@@ -62906,7 +62906,7 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
6290662906 element <var>dialog</var>:</p>
6290762907
6290862908 <ol>
62909- <li><p><span>Assert</span>: <span >dialog</span >'s
62909+ <li><p><span>Assert</span>: <var >dialog</var >'s
6291062910 <span data-x="dialog-close-watcher">close watcher</span> is not null.</p></li>
6291162911
6291262912 <li><p><span>Assert</span>: <var>dialog</var> has an <code data-x="attr-dialog-open">open</code>
@@ -63071,7 +63071,7 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
6307163071 attribute, then return.</p></li>
6307263072
6307363073 <li><p>If <var>subject</var> is not <span>connected</span> or <var>subject</var>'s
63074- <span>node document</span> is not <span>fully active</span>, then return.</p></li>.
63074+ <span>node document</span> is not <span>fully active</span>, then return.</p></li>
6307563075
6307663076 <li><p><span>Assert</span>: <var>subject</var>'s <span data-x="dialog-close-watcher">close
6307763077 watcher</span> is not null.</p></li>
@@ -73614,7 +73614,7 @@ document.body.append(parent);
7361473614
7361573615 <p>Two distinct types of <span data-x="custom element">custom elements</span> can be defined:</p>
7361673616
73617- <ol >
73617+ <ul >
7361873618 <li><p>An <dfn export>autonomous custom element</dfn>, which is defined with no <code
7361973619 data-x="dom-ElementDefinitionOptions-extends">extends</code> option. These types of custom
7362073620 elements have a local name equal to their <span
@@ -73627,7 +73627,7 @@ document.body.append(parent);
7362773627 data-x="concept-custom-element-definition-name">defined name</span> is used as the value of the
7362873628 <dfn element-attr for="html-global"><code data-x="attr-is">is</code></dfn> attribute, which
7362973629 therefore must be a <span>valid custom element name</span>.</p></li>
73630- </ol >
73630+ </ul >
7363173631
7363273632 <p>After a <span>custom element</span> is <span data-x="create an element">created</span>,
7363373633 changing the value of the <code data-x="attr-is">is</code> attribute does not
@@ -81730,7 +81730,7 @@ dictionary <dfn dictionary>CommandEventInit</dfn> : <span>EventInit</span> {
8173081730 <ol>
8173181731 <li><p>Let <var>parsedValue</var> be the result of <span data-x="rules for parsing
8173281732 integers">integer parsing</span> <var>attribute</var>'s <span
81733- data-x="concept-attribute-value">value</span>.</p><li>
81733+ data-x="concept-attribute-value">value</span>.</p></ li>
8173481734
8173581735 <li><p>If <var>parsedValue</var> is not an error and is within the <code
8173681736 data-x="idl-long">long</code> range, then return <var>parsedValue</var>.</p></li>
0 commit comments