Skip to content

[css-typed-om-2] Double bracket non-elements #1019

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions css-typed-om-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Issue(163): Need to add a section describing unions of types.

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

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

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?

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

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

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

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

Expand Down