WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
137216
[CSS Grid Layout] Tokenizer for parsing grid-template-areas's value.
https://bugs.webkit.org/show_bug.cgi?id=137216
Summary
[CSS Grid Layout] Tokenizer for parsing grid-template-areas's value.
Javier Fernandez
Reported
2014-09-29 09:47:11 PDT
The current CSS Grid Layout specification defines the following process to parse the grid-templates-area's string value. Tokenize the string into a list of the following tokens, using longest-match semantics: * A sequence of name code points, representing a named cell token with a name consisting of its code points. * A "." (U+002E FULL STOP), representing a null cell token. * A sequence of whitespace, representing nothing (do not produce a token). * A sequence of any other characters, representing a trash token.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug