Scott,
On 02/19/2013 03:50 PM, C. Scott Ananian wrote:
http://localhost:8000/simple/Game gives:
starting parsing of Game *********** ERROR: cs/s mismatch for node: A s: 3808; cs: 3821 ************ completed parsing of Game in 1491 ms
this is really a warning about an inconsistency from the DSR (DOM source range) calculation algorithm. We should probably change the wording to make it less ominous.
- [[File:]] tag parsing for images appears to be incomplete: a) alt= and class= are not parsed
This is https://bugzilla.wikimedia.org/show_bug.cgi?id=45208.
b) 'thumb' and 'right' should result in <img class="thumb tright" /> or some such, but there doesn't appear to be an indication of either option in the parsoid output.
This is definitely a regression. Tracked in https://bugzilla.wikimedia.org/show_bug.cgi?id=45207.
- I'd like to see title and revision information in the <head>
https://bugzilla.wikimedia.org/show_bug.cgi?id=45206
- Interwiki links are not converted to relative links when the
"interwiki" is actually the current wiki. (Maybe this isn't really a bug.)
This is https://bugzilla.wikimedia.org/show_bug.cgi?id=45209.
Cheers,
Gabriel