Bug 119922 - [CSS Grid Layout] Fix grid-template serialization
Summary: [CSS Grid Layout] Fix grid-template serialization
Status: RESOLVED DUPLICATE of bug 103313
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-08-16 20:00 PDT by Ryosuke Niwa
Modified: 2013-11-06 08:56 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-08-16 20:00:37 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/e3d8282bd6a40a6f89f1d4ee5a032272040f300f

This is a follow-up of https://codereview.chromium.org/18532004/#msg6

We didn't know if serializing strings was specified and it turns out
that it is: http://dev.w3.org/csswg/cssom/#serialize-a-string

Bottom-line, we should use double quote for
CSSGridTemplateValue serialization.
Comment 1 Sergio Villar Senin 2013-11-06 08:56:28 PST
Fixed as part of the implementation of grid-template in bug 103313

*** This bug has been marked as a duplicate of bug 103313 ***