Help:HTML in wikitext: Difference between revisions

Content deleted Content added
updating external links to HTML5; Tidy will be replaced, see mw:Parsing/Replacing Tidy
Undid revision 727417004 by 95.234.67.176 (talk) Partial revert; no timeframe set.
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 833:
 
== See also ==
* [[Help:Wiki markup]]
* [[Wikipedia:HTML5]]
 
== References ==
Line 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 ==
* HTML5HTML 4.01 specification: [httpshttp://www.w3.org/TR/html5html401/index/elements.html#elements-1 elements] | [httpshttp://www.w3.org/TR/html5html401/index/attributes.html#attributes-1 attributes]
 
{{Help navigation}}