Bug 130073

Summary: [CSS Grid Layout] the "grid-template-areas" is not identified as computable property.
Product: WebKit Reporter: Javier Fernandez <jfernandez>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, gyuyoung.kim, jfernandez, macpherson, menard, rego, svillar, webkit-ews
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Javier Fernandez 2014-03-11 01:47:12 PDT
The "grid-template-areas" property is a computable area, defined in the CSSComputedStyleDeclaration class with an specific computed value. However, it's not shown by the Web Inspector in the corresponding Computed tab. 

It seems that the root cause of this issue is that the property is not present in the CSSComputedStyleDeclaration::staticComputableProperties.
Comment 1 Javier Fernandez 2014-03-12 10:47:49 PDT
Created attachment 226528 [details]
Patch
Comment 2 Sergio Villar Senin 2014-03-14 02:36:41 PDT
Comment on attachment 226528 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=226528&action=review

> Source/WebCore/ChangeLog:11
> +        No new tests, no change on behavior.

This is inexact, there is a change in behavior. Remove that line.
Comment 3 Javier Fernandez 2014-03-14 02:50:46 PDT
Created attachment 226671 [details]
Patch
Comment 4 WebKit Commit Bot 2014-03-14 03:46:28 PDT
Comment on attachment 226671 [details]
Patch

Clearing flags on attachment: 226671

Committed r165613: <http://trac.webkit.org/changeset/165613>
Comment 5 WebKit Commit Bot 2014-03-14 03:46:33 PDT
All reviewed patches have been landed.  Closing bug.