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

--- Comment #4 from Matthew Flaschen <mflasc...@wikimedia.org> ---
The problem with treating it as native HTML <section> element is that it
doesn't really use HTML-like syntax.

As noted at
https://www.mediawiki.org/wiki/Extension:Labeled_Section_Transclusion#Step_1:_Mark_off_sections,
the syntax uses what looks like self-closing tags, with the real content in
between:

<section begin=chapter1 />this is a chapter<section end=chapter1 />

This is not how an HTML5 section tag
(http://html5doctor.com/the-section-element/), or really any HTML tag, works.

See also my comment (based on a real example) and link at bug 52252.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to