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

Antoine "hashar" Musso <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|upstream                    |
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|                            |WONTFIX

--- Comment #2 from Antoine "hashar" Musso <[email protected]> 2012-03-04 10:51:24 
UTC ---
What our extension does, is that it enclose Geshi output either in a span or a
div depending on GESHI_HEADER_NONE, so this is not an upstream bug.

The bug is asking to enclose the output of Geshi in a <code> element.  What
Geshi does is that it takes some code and output an HTML rendered version of it
which has semantically nothing to do with the original code. It is just some
HTML.

<code> is to be used to represent a fragment of code.

So wrapping the HTML rendered output in a code element will mean that the
rendered HTML is actually the code we wanted to show. Which is obviously wrong.

Thus I am marking this as won't fix.

-- 
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