@@ -54586,8 +54586,8 @@ You cannot submit this form when the field is incorrect.</samp></pre>
5458654586 <div w-nodev>
5458754587
5458854588 <p class="note">If an element that does not <span data-x="has a periodic domain">have a periodic
54589- domain</span> has a <span data-x="attr -input-max">maximum</span> that is less than its <span
54590- data-x="attr -input-min">minimum</span>, then so long as the element has a <span
54589+ domain</span> has a <span data-x="concept -input-max">maximum</span> that is less than its <span
54590+ data-x="concept -input-min">minimum</span>, then so long as the element has a <span
5459154591 data-x="concept-fe-value">value</span>, it will either be <span>suffering from an underflow</span>
5459254592 or <span>suffering from an overflow</span>.</p>
5459354593
@@ -54609,23 +54609,23 @@ You cannot submit this form when the field is incorrect.</samp></pre>
5460954609
5461054610 <div algorithm>
5461154611 <p><strong>Constraint validation</strong>: When the element has a <span
54612- data-x="attr -input-min">minimum</span> and does not <span data-x="has a reversed range">have a
54612+ data-x="concept -input-min">minimum</span> and does not <span data-x="has a reversed range">have a
5461354613 reversed range</span>, and the result of applying the <span
5461454614 data-x="concept-input-value-string-number">algorithm to convert a string to a number</span> to
5461554615 the string given by the element's <span data-x="concept-fe-value">value</span> is a number, and
5461654616 the number obtained from that algorithm is less than the <span
54617- data-x="attr -input-min">minimum</span>, the element is <span>suffering from an
54617+ data-x="concept -input-min">minimum</span>, the element is <span>suffering from an
5461854618 underflow</span>.</p>
5461954619 </div>
5462054620
5462154621 <div algorithm>
5462254622 <p><strong>Constraint validation</strong>: When the element has a <span
54623- data-x="attr -input-max">maximum</span> and does not <span data-x="has a reversed range">have a
54623+ data-x="concept -input-max">maximum</span> and does not <span data-x="has a reversed range">have a
5462454624 reversed range</span>, and the result of applying the <span
5462554625 data-x="concept-input-value-string-number">algorithm to convert a string to a number</span> to
5462654626 the string given by the element's <span data-x="concept-fe-value">value</span> is a number, and
5462754627 the number obtained from that algorithm is more than the <span
54628- data-x="attr -input-max">maximum</span>, the element is <span>suffering from an
54628+ data-x="concept -input-max">maximum</span>, the element is <span>suffering from an
5462954629 overflow</span>.</p>
5463054630 </div>
5463154631
@@ -54634,8 +54634,8 @@ You cannot submit this form when the field is incorrect.</samp></pre>
5463454634 and the result of applying the <span data-x="concept-input-value-string-number">algorithm to
5463554635 convert a string to a number</span> to the string given by the element's <span
5463654636 data-x="concept-fe-value">value</span> is a number, and the number obtained from that algorithm
54637- is more than the <span data-x="attr -input-max">maximum</span> <em>and</em> less than the <span
54638- data-x="attr -input-min">minimum</span>, the element is simultaneously <span>suffering from an
54637+ is more than the <span data-x="concept -input-max">maximum</span> <em>and</em> less than the <span
54638+ data-x="concept -input-min">minimum</span>, the element is simultaneously <span>suffering from an
5463954639 underflow</span> and <span>suffering from an overflow</span>.</p>
5464054640 </div>
5464154641
@@ -99310,7 +99310,7 @@ enum <dfn enum>NavigationHistoryBehavior</dfn> {
9931099310 <li><p>Let <var>navigateEvent</var> be <var>navigation</var>'s <span>ongoing <code
9931199311 data-x="event-navigate">navigate</code> event</span>.</p></li>
9931299312
99313- <li><p>Let <var>apiMethodTracker</var> be <var>navigation</var>'s <span>ongoing API method tracker</span></p></li>
99313+ <li><p>Let <var>apiMethodTracker</var> be <var>navigation</var>'s <span>ongoing API method tracker</span>. </p></li>
9931499314
9931599315 <li>
9931699316 <p><span>Prepare to run script</span> given <var>navigation</var>'s <span>relevant settings
@@ -99339,7 +99339,7 @@ enum <dfn enum>NavigationHistoryBehavior</dfn> {
9933999339 </li>
9934099340
9934199341 <li><p>Run the <span>navigate event intercept commit handler steps</span> given
99342- <var>navigation</var>, <var>navigateEvent</var>, and <var>apiMethodTracker</var></p></li>
99342+ <var>navigation</var>, <var>navigateEvent</var>, and <var>apiMethodTracker</var>. </p></li>
9934399343
9934499344 <li><p><span>Clean up after running script</span> given <var>navigation</var>'s <span>relevant
9934599345 settings object</span>.</p></li>
@@ -131204,7 +131204,7 @@ interface <dfn interface>SharedWorkerGlobalScope</dfn> : <span>WorkerGlobalScope
131204131204 <ol>
131205131205 <li>
131206131206 <p>If <var>owner</var> is a <code>Document</code> that is <span>fully active</span>, then
131207- return false: </p>
131207+ return false. </p>
131208131208
131209131209 <p class="note">In this case <var>global</var> will be <span data-x="active needed
131210131210 worker">actively needed</span>, but it's not in extended lifetime.</p>
0 commit comments