Last modified: 2013-12-20 22:09:06 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T60766, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 58766 - Colons inside html tags in dt parsed as dd where the PHP parser ignores them
Colons inside html tags in dt parsed as dd where the PHP parser ignores them
Status: NEW
Product: Parsoid
Classification: Unclassified
General (Other open bugs)
unspecified
All All
: Normal normal
: ---
Assigned To: Gabriel Wicke
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-12-20 22:08 UTC by Gabriel Wicke
Modified: 2013-12-20 22:09 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Gabriel Wicke 2013-12-20 22:08:27 UTC
The PHP parser does not parse colons as a single-line dt's when those are wrapped in HTML tags:

; <span>foo : bar</span>
; <div>foo : bar
; <div><span>foo</span> : bar

It does however recognize the colon if each opening tag before the colon is followed by one closing tag. Tag names do not have to match:

; <div><div>foo</span></span> : bar

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links