@@ -62906,7 +62906,7 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
62906
62906
element <var>dialog</var>:</p>
62907
62907
62908
62908
<ol>
62909
- <li><p><span>Assert</span>: <span >dialog</span >'s
62909
+ <li><p><span>Assert</span>: <var >dialog</var >'s
62910
62910
<span data-x="dialog-close-watcher">close watcher</span> is not null.</p></li>
62911
62911
62912
62912
<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> {
63071
63071
attribute, then return.</p></li>
63072
63072
63073
63073
<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>
63075
63075
63076
63076
<li><p><span>Assert</span>: <var>subject</var>'s <span data-x="dialog-close-watcher">close
63077
63077
watcher</span> is not null.</p></li>
@@ -73614,7 +73614,7 @@ document.body.append(parent);
73614
73614
73615
73615
<p>Two distinct types of <span data-x="custom element">custom elements</span> can be defined:</p>
73616
73616
73617
- <ol >
73617
+ <ul >
73618
73618
<li><p>An <dfn export>autonomous custom element</dfn>, which is defined with no <code
73619
73619
data-x="dom-ElementDefinitionOptions-extends">extends</code> option. These types of custom
73620
73620
elements have a local name equal to their <span
@@ -73627,7 +73627,7 @@ document.body.append(parent);
73627
73627
data-x="concept-custom-element-definition-name">defined name</span> is used as the value of the
73628
73628
<dfn element-attr for="html-global"><code data-x="attr-is">is</code></dfn> attribute, which
73629
73629
therefore must be a <span>valid custom element name</span>.</p></li>
73630
- </ol >
73630
+ </ul >
73631
73631
73632
73632
<p>After a <span>custom element</span> is <span data-x="create an element">created</span>,
73633
73633
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> {
81730
81730
<ol>
81731
81731
<li><p>Let <var>parsedValue</var> be the result of <span data-x="rules for parsing
81732
81732
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>
81734
81734
81735
81735
<li><p>If <var>parsedValue</var> is not an error and is within the <code
81736
81736
data-x="idl-long">long</code> range, then return <var>parsedValue</var>.</p></li>
0 commit comments