Skip to content

Commit 0b3b1a0

Browse files
nainartabatkins
authored andcommitted
Remove references to CSSKeywordish (w3c#686)
Fixes w3c#669
1 parent 97820a6 commit 0b3b1a0

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

css-typed-om/Overview.bs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -722,23 +722,6 @@ Any place that accepts a {{CSSKeywordValue}}
722722
also accepts a raw {{DOMString}},
723723
by using the following typedef and algorithm:
724724

725-
<pre class=idl>
726-
typedef (DOMString or CSSKeywordValue) CSSKeywordish;
727-
</pre>
728-
729-
<div algorithm>
730-
To <dfn export>rectify a keywordish value</dfn> |val|,
731-
perform the following steps:
732-
733-
1. If |val| is a {{CSSKeywordValue}},
734-
return |val|.
735-
736-
2. If |val| is a {{DOMString}},
737-
return a new {{CSSKeywordValue}}
738-
with its {{CSSKeywordValue/value}} internal slot
739-
set to |val|.
740-
</div>
741-
742725
<div algorithm="CSSKeywordValue.value">
743726
The <dfn attribute for=CSSKeywordValue>value</dfn> attribute of a {{CSSKeywordValue}} |this| must,
744727
on setting a value |value|,

0 commit comments

Comments
 (0)