Skip to content

Commit

Permalink
Patch element() syntax to compliment CSS Generated Content for Paged …
Browse files Browse the repository at this point in the history
…Media Module (#124)
  • Loading branch information
lahmatiy committed Oct 18, 2020
1 parent dc19784 commit 83736c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/patch.json
Expand Up @@ -578,6 +578,10 @@
"comment": "missed -> https://drafts.csswg.org/css-content/#typedef-content-list (document-url, <target> and leader() is omitted util stabilization)",
"syntax": "[ <string> | contents | <image> | <quote> | <target> | <leader()> | <attr()> | counter( <ident>, <'list-style-type'>? ) ]+"
},
"element()": {
"comment": "https://drafts.csswg.org/css-gcpm/#element-syntax & https://drafts.csswg.org/css-images-4/#element-notation",
"syntax": "element( <custom-ident> , [ first | start | last | first-except ]? ) | element( <id-selector> )"
},
"generic-voice": {
"comment": "https://www.w3.org/TR/css3-speech/#voice-family",
"syntax": "[ <age>? <gender> <integer>? ]"
Expand Down

0 comments on commit 83736c7

Please sign in to comment.