CSS Display Module Level 3 (ED 2018-04-20)

This commit is contained in:
tophf 2018-04-27 17:15:01 +03:00
parent 0a082f30d2
commit fbdfc68022

View File

@ -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>?',