[Webkit-unassigned] [Bug 137216] New: [CSS Grid Layout] Tokenizer for parsing grid-template-areas's value.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 29 09:47:12 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137216
Summary: [CSS Grid Layout] Tokenizer for parsing
grid-template-areas's value.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jfernandez at igalia.com
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list