File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -520,7 +520,6 @@ The <dfn for=CSSUnparsedValue>indexed getter</dfn> retrieves the string fragment
520520[Constructor(DOMString value)]
521521interface CSSKeywordValue : CSSStyleValue {
522522 attribute DOMString value;
523- stringifier;
524523};
525524</pre>
526525
@@ -534,15 +533,6 @@ interface CSSKeywordValue : CSSStyleValue {
534533 set to |value|.
535534</div>
536535
537- <div algorithm="CSSKeywordValue stringification behavior">
538- The <dfn for=CSSKeywordValue>stringification behavior</dfn> of a {{CSSKeywordValue}} |this| is:
539-
540- 1. Let |token| be an <<ident-token>>
541- with its value set to |this|’s {{CSSKeywordValue/value}} internal slot.
542-
543- 2. Return the serialization of |token|.
544- </div>
545-
546536Any place that accepts a {{CSSKeywordValue}}
547537also accepts a raw {{DOMString}} ,
548538by using the following typedef and algorithm:
You can’t perform that action at this time.
0 commit comments