Skip to content

Commit 329a9ef

Browse files
[HTML] Fix backwards test of element's dirty value flag whatwg/html@4adc122
1 parent 49f3c8e commit 329a9ef

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

HTML-input-ja.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@
237237

238238
●●options
239239

240-
spec_date:2026-06-12
241-
trans_update:2026-06-13
240+
spec_date:2026-06-28
241+
trans_update:2026-06-29
242242
source_checked:250227
243243
page_state_key:HTML
244244
spec_status:LS
@@ -6747,11 +6747,11 @@ <h6 title="Color state (type=color)">4.10.5.1.14. `Color^st 状態( `type=colo
67476747
<li>
67486748
%値 ~LET %要素 の`値は~dirtyか$feに応じて
67496749
⇒#
6750-
~T ならば %要素 の`属性~値を取得する$( `value^l )【!原文誤:`属性を名前空間と局所~名により取得する$( ~NULL, `value^l ) 】/
6751-
~F ならば %要素 の`値$fe
6750+
~F ならば %要素 の`属性~値を取得する$( `value^l )【!原文誤:`属性を名前空間と局所~名により取得する$( ~NULL, `value^l ) 】/
6751+
~T ならば %要素 の`値$fe
67526752
67536753
Let value be the result of running these steps:
6754-
• If element's dirty value flag is true, then return the result of getting an attribute by namespace and local name given null, "value", and element.
6754+
• If element's dirty value flag is false, then return the result of getting an attribute by namespace and local name given null, "value", and element.
67556755
• Return element's value.
67566756
</li>
67576757
<li>

0 commit comments

Comments
 (0)