Skip to content

Commit d503a83

Browse files
authored
[css-typed-om-2] Double bracket non-elements (#1019)
1 parent 19162b1 commit d503a83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-typed-om-2/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Issue(163): Need to add a section describing unions of types.
1717

1818
Issue(161): Need to add a section describing shorthands.
1919

20-
Issue(158): Spec up URIValue, ShapeValue, StringValue, CounterValue, TimeValue, PercentageValue, FrequencyValue, VoiceValue, CustomIdentValue, TransitionTimingFunctionValue. What is attr(<identifier>) in other specs?
20+
Issue(158): Spec up URIValue, ShapeValue, StringValue, CounterValue, TimeValue, PercentageValue, FrequencyValue, VoiceValue, CustomIdentValue, TransitionTimingFunctionValue. What is attr(<<identifier>>) in other specs?
2121

2222
Issue(155): Do we want to make a generic PairValue and QuadValue, or have more specific classes for background-size, border-image-repeat, border-radius-*, border-image-outset, border-image-width?
2323

24-
Issue(153): BorderImageSliceValue represents [<number> | <percentage>]{1,4} && fill?
24+
Issue(153): BorderImageSliceValue represents [<<number>> | <<percentage>>]{1,4} && fill?
2525

26-
Issue(152): What do we do for play-during, which takes <uri> [ mix || repeat ]?
26+
Issue(152): What do we do for play-during, which takes <<uri>> [ mix || repeat ]?
2727

28-
Issue(150): Do we want a pair type for things like quotes which take [<string> <string>]
28+
Issue(150): Do we want a pair type for things like quotes which take [<<string>> <<string>>]
2929

3030
Issue(142): Do we want a font value class? How about a FontWeightValue (for 100, 200 etc) class?
3131

0 commit comments

Comments
 (0)