Skip to content

Commit d90bb26

Browse files
darrnshntabatkins
authored andcommitted
[css-typed-om] Remove CSSKeywordValue stringifier (w3c#562)
1 parent f03a280 commit d90bb26

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

css-typed-om/Overview.bs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,6 @@ The <dfn for=CSSUnparsedValue>indexed getter</dfn> retrieves the string fragment
520520
[Constructor(DOMString value)]
521521
interface 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-
546536
Any place that accepts a {{CSSKeywordValue}}
547537
also accepts a raw {{DOMString}},
548538
by using the following typedef and algorithm:

0 commit comments

Comments
 (0)