You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2021. It is now read-only.
<li><p>Attributes omitting quotes for the value are allowed to use a larger
435
435
set of characters compared to HTML4.
436
+
437
+
<li><p>The HTML parser does not do any normalization of whitespace in attribute values; for instance, leading and trailing whitespace in the
438
+
<codeclass="external" title="attr-id"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#the-id-attribute">id</a></code> attribute is not ignored (and thus now invalid), and newline characters can be used in the
439
+
<codeclass="external" title="attr-input-value"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#attr-input-value">value</a></code> attribute of the <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code> element without using character
440
+
references.
436
441
437
442
<li><p>The <code>optgroup</code> end tag is now optional.
<li><p>Attributes omitting quotes for the value are allowed to use a larger
380
380
set of characters compared to HTML4.
381
+
382
+
<li><p>The HTML parser does not do any normalization of whitespace in attribute values; for instance, leading and trailing whitespace in the
383
+
<codeclass="external" title="attr-id"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#the-id-attribute">id</a></code> attribute is not ignored (and thus now invalid), and newline characters can be used in the
384
+
<codeclass="external" title="attr-input-value"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#attr-input-value">value</a></code> attribute of the <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code> element without using character
385
+
references.
381
386
382
387
<li><p>The <code>optgroup</code> end tag is now optional.
0 commit comments