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

--- Comment #3 from Daniel Friesen <[email protected]> 
2012-09-26 23:58:58 UTC ---
HTML5's <section> is something I'd really like to support. Though at the same
time I don't want to just break all the wikis currently who have already been
using LST with the previous tag name.

It's a bit of a hack but I did think of one way to handle this.
In HTML you use: <section>...</section>
In LST you use: <section begin=... />

This is actually perfect. An opening/closing tag has no meaning in LST. And we
don't support self-closing non self-closing elements in WikiText (if you write
<div ... /> it just gets escaped and output as plaintext).

So it might be a tiny little parser hack but it would be possible (even if we
recommend LST users to change their wikitext to use a new name) to make HTML5
section and LST section to work on the same wiki.

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