Skip to content

Commit 11f9d9e

Browse files
[DOM] Editorial: remove "run these steps" from algorithm headers whatwg/dom@0300825
1 parent 7cb9e45 commit 11f9d9e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

DOM4-ja.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
●●options
277277

278278
spec_title:DOM
279-
spec_date:2026-05-21
279+
spec_date:2026-05-28
280280
trans_update:2026-05-25
281281
source_checked:251126
282282
spec_status:LS
@@ -2122,7 +2122,7 @@
21222122
<a href="https://whatwg.org/chat">Chat on Matrix</a>
21232123
Commits:
21242124
https://github.com/whatwg/dom/commits
2125-
<a href="https://dom.spec.whatwg.org/commit-snapshots/e1e7699ff74d4de11d765668b334644e3efe9641/">Snapshot as of this commit</a>
2125+
<a href="https://dom.spec.whatwg.org/commit-snapshots/0300825b1a55d052677dee03f2ebc892dcfa876b/">Snapshot as of this commit</a>
21262126
<a href="https://twitter.com/thedomstandard">@thedomstandard</a>
21272127

21282128
Tests:
@@ -17939,7 +17939,7 @@ <h3 title="Interface Element">4.9. ^@Element ~interface</h3>
1793917939
1794017940
~RET `~ASCII大文字~化する$( %有修飾~名 )
1794117941
17942-
If this is in the HTML namespace and its node document is an HTML document, then set qualifiedName to qualifiedName in ASCII uppercase.
17942+
If this is in the HTML namespace and its node document is an HTML document, then return qualifiedName in ASCII uppercase.
1794317943
</li>
1794417944
<li>
1794517945
~RET %有修飾~名
@@ -18467,7 +18467,7 @@ <h3 title="Interface Element">4.9. ^@Element ~interface</h3>
1846718467
( `属性o$ %属性o, %値 )
1846818468
に対し:
1846918469
18470-
To change an attribute attribute to value, run these steps:
18470+
To change an attribute attribute to value:
1847118471
</p>
1847218472
<ol>
1847318473
<li>
@@ -18496,7 +18496,7 @@ <h3 title="Interface Element">4.9. ^@Element ~interface</h3>
1849618496
( `属性o$ %属性o, `要素$ %要素 )
1849718497
に対し:
1849818498
18499-
To append an attribute attribute to an element element, run these steps:
18499+
To append an attribute attribute to an element element:
1850018500
</p>
1850118501
<ol>
1850218502
<li>

0 commit comments

Comments
 (0)