You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1159,8 +1162,8 @@ A new IDL attribute does not always warrant a content attribute counterpart.
1159
1162
<div class="example">
1160
1163
A counterpattern to this guidance can be found in
1161
1164
<{input}>'s <{input/value}>, <{option}>'s <{option/selected}>, and <{input}>'s <{input/checked}>
1162
-
where the HTML attributes were never updated
1163
-
and the IDL attribute was the single source of truth.
1165
+
where the content attributes are not reflected to IDL attributes with the same names.
1166
+
Their IDL attributes are {{defaultValue}}, {{defaultSelected}} and {{defaultChecked}} respectively.
1164
1167
</div>
1165
1168
1166
1169
<h3 id="naming-of-url-attributes">Name URL-containing attributes based on their primary purpose</h3><!-- https://github.com/w3ctag/design-principles/issues/278 -->
0 commit comments