CSS Display Module Level 3 (ED 2018-04-20)
This commit is contained in:
parent
0a082f30d2
commit
fbdfc68022
|
@ -903,7 +903,7 @@ self.parserlib = (() => {
|
|||
Matcher.cast('<nonnegative-length-or-percentage>')
|
||||
.braces(1, Infinity, '#', Matcher.cast(',').question()),
|
||||
|
||||
'<display-listitem>': 'list-item && <display-outside>? && [ flow | flow-root ]?',
|
||||
'<display-listitem>': '<display-outside>? && [ flow | flow-root ]? && list-item',
|
||||
|
||||
'<explicit-track-list>' : '[ <line-names>? <track-size> ]+ <line-names>?',
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user