Skip to content

Commit 800bfb5

Browse files
committed
Also make KeywordValue's keywordValue attribute readonly
1 parent 9fca3ab commit 800bfb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-typed-om/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ interface CSSVariableReferenceValue {
240240
<pre class='idl'>
241241
[Constructor(DOMString)]
242242
interface CSSKeywordValue : CSSStyleValue {
243-
attribute DOMString keywordValue;
243+
readonly attribute DOMString keywordValue;
244244
};
245245
</pre>
246246

0 commit comments

Comments
 (0)