Skip to content

Commit 4421d50

Browse files
committed
Address comment
1 parent d334b87 commit 4421d50

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dom.bs

+6-6
Original file line numberDiff line numberDiff line change
@@ -6376,7 +6376,7 @@ given a <var>document</var>, <var>localName</var>, <var>namespace</var>, and opt
63766376
<ol>
63776377
<li><p>Let <var>oldValue</var> be <var>attribute</var>'s <a for=Attr>value</a>.</p></li>
63786378

6379-
<li><p><a>Validate and set attribute value</a> <var>value</var> for <var>attribute</var>, with
6379+
<li><p><a>Verify and set attribute value</a> <var>value</var> for <var>attribute</var>, with
63806380
<var>attribute</var>'s <a for=Attr>element</a>.
63816381

63826382
<li><p>If <var>attribute</var>'s <a for=Attr>element</a> <a lt="has an attribute">has</a>
@@ -6393,9 +6393,9 @@ boolean <var>validate</var> (default true), run these steps:
63936393

63946394
<ol>
63956395
<li>
6396-
<p>If <var>validate</var>, then:
6396+
<p>If <var>validate</var> is true, then:
63976397
<ol>
6398-
<li><p><a>Validate and set attribute value</a>
6398+
<li><p><a>Verify and set attribute value</a>
63996399
<var>attribute</var>'s <a for="Attr">value</a> for <var>attribute</var> with <var>element</var>.
64006400

64016401
<li><p>If <var>element</var> <a lt="has an attribute">has</a> an <a>attribute</a>
@@ -6430,7 +6430,7 @@ boolean <var>validate</var> (default true), run these steps:
64306430
<a>attribute</a> <var>oldAttr</var> with an <a>attribute</a> <var>newAttr</var>, run these steps:
64316431

64326432
<ol>
6433-
<li><p><a>Validate and set attribute value</a> <var>newAttr</var>'s <a for="Attr">value</a> for
6433+
<li><p><a>Verify and set attribute value</a> <var>newAttr</var>'s <a for="Attr">value</a> for
64346434
<var>newAttr</var> with <var>oldAttr</var>'s <a for=Attr>element</a>.
64356435

64366436
<li><p><a for=list>Replace</a> <var>oldAttr</var> by <var>newAttr</var> in <var>oldAttr</var>'s
@@ -6446,8 +6446,8 @@ boolean <var>validate</var> (default true), run these steps:
64466446
<a for=Attr>value</a>.
64476447
</ol>
64486448

6449-
<p>To <dfn id=concept-element-attributes-validate-and-set-value>validate and set attribute value</dfn>
6450-
{{TrustedType}} or a string <var>value</var> for an <a>attribute</a> <var>attribute</var>, with
6449+
<p>To <dfn id=concept-element-attributes-verify-and-set-value>verify and set attribute value</dfn>
6450+
{{TrustedType}} or string <var>value</var> for an <a>attribute</a> <var>attribute</var>, with
64516451
<a for=/>element</a> <var>element</var>:
64526452

64536453
<ol>

0 commit comments

Comments
 (0)