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
520
520
[Constructor(DOMString value)]
521
521
interface CSSKeywordValue : CSSStyleValue {
522
522
attribute DOMString value;
523
- stringifier;
524
523
};
525
524
</pre>
526
525
@@ -534,15 +533,6 @@ interface CSSKeywordValue : CSSStyleValue {
534
533
set to |value|.
535
534
</div>
536
535
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
-
546
536
Any place that accepts a {{CSSKeywordValue}}
547
537
also accepts a raw {{DOMString}} ,
548
538
by using the following typedef and algorithm:
You can’t perform that action at this time.
0 commit comments