File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -722,23 +722,6 @@ Any place that accepts a {{CSSKeywordValue}}
722722also accepts a raw {{DOMString}} ,
723723by 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|,
You can’t perform that action at this time.
0 commit comments