Help:HTML in wikitext: Difference between revisions

Content deleted Content added
h1, h2, h3, h4, h5, h6: headings are not headers
updating external links to HTML5; Tidy will be replaced, see mw:Parsing/Replacing Tidy
Line 817:
 
== HTML Tidy ==
[[HTML Tidy]] is enabled for the English Wikipedia. Tidy parses the MediaWiki output and cleans it up to ensure that valid HTML is rendered. For example, {{tag|br|o}}, {{tag|br|c}}, {{tag|br/|o}}, {{tag|br.|o}} will all render as {{tag|br|s}}. Tidy is not enabled for [[Help:MediaWiki namespace|MediaWiki interface pages]]. Tidy is not perfect, and has been known to introduce errors; it'll be replaced by Html5Depurate.<ref name="Tidy" />
 
== Exceptions ==
Line 834:
== See also ==
*[[Help:Wiki markup]]
*[[Wikipedia:HTML5]]
 
== References ==
Line 840 ⟶ 841:
<ref name="sanitizer">Allowable elements and attributes are defined in the {{sanitizer.php}} module.</ref>
<ref name="html5microdata">{{cite web |title=The microdata model |work=HTML Living Standard |url=http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#the-microdata-model}}</ref>
<ref name="Tidy">[[mw:Parsing/Replacing Tidy]]</ref>
}}
 
== External links ==
* HTML 4.01HTML5 specification: [httphttps://www.w3.org/TR/html401html5/index/elements.html#elements-1 elements] | [httphttps://www.w3.org/TR/html401html5/index/attributes.html#attributes-1 attributes]
 
{{Help navigation}}