Page MenuHomePhabricator

Preformatted in <blockquote>
Closed, DuplicatePublic

Description

Bug 6200 fixed the PHP parser's handling of <blockquote>, which is now treated that same as <div> with respect to preformatted contents.

However, we are currently failing the "Bug 6200: Preformatted in <blockquote>" parser test:

<blockquote>
Foo
</blockquote>

The 'Foo' is not correctly wrapped in a <pre> by parsoid.


Version: unspecified
Severity: normal
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=52763

Details

Reference
bz52761

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:08 AM
bzimport added a project: Parsoid.
bzimport set Reference to bz52761.

The test case "3b. Indent-Pre and block tags (pre-content on separate line)" also fails due to this bug.