Skip to content

Commit bede46e

Browse files
committed
[css-typed-om] Add abstract, remove markup error.
1 parent 350738a commit bede46e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-typed-om/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Group: houdini
55
ED: https://drafts.css-houdini.org/css-typed-om-1/
66
Shortname: css-typed-om
77
Level: 1
8-
Abstract:
8+
Abstract: Converting CSSOM value strings into meaningfully typed JavaScript representations and back can incur a significant performance overhead. This specification exposes CSS values as typed JavaScript objects to facilitate their performant manipulation.
99
Editor: Shane Stephens, shanestephens@google.com
1010
Repository: w3c/css-houdini-drafts
1111
Ignored Vars: type, unit
@@ -1008,7 +1008,7 @@ Shorthand properties and values are not supported.
10081008
</tr>
10091009
<tr>
10101010
<td>'quotes'</td>
1011-
<td>PairValue<StringValue> | {{CSSKeywordValue}}</td>
1011+
<td>PairValue&lt;StringValue&gt; | {{CSSKeywordValue}}</td>
10121012
</tr>
10131013
<tr>
10141014
<td>'richness'</td>

0 commit comments

Comments
 (0)