https://bugzilla.wikimedia.org/show_bug.cgi?id=6200

Vitaliy Filippov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9468|0                           |1
        is obsolete|                            |

--- Comment #56 from Vitaliy Filippov <[email protected]> 2011-11-22 16:29:59 
UTC ---
Created attachment 9526
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9526
Updated patch (code-style + one fix), for r103914

New version of my patch, with correct code style, and one bug fixed -
preformatting with a space at the line start didn't work right after a list
element (if there was no blank line).

+ Discovered another difference to stock parser: a hack in the stock parser
allows it to preformat lines in table cells. But because of this hack, for
example, the following text:
 <table>
 <tr>
 <td>
 pre
 </td>
 </tr>
 </table>
Parses to the non-expected:
 <table>
 <tr>
 <td>
<pre>pre
</pre>
 </td>
 </tr>
 </table>

After applying my patch, preformatting inside table cells is now totally
disabled... There are no tests about it - is it considered to be a feature?

+ Where can I read about the new parser which is now in development? How will
it work? Will it continue to support these hacks? :-)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to