Bug 130073 - [CSS Grid Layout] the "grid-template-areas" is not identified as computable property.
Summary: [CSS Grid Layout] the "grid-template-areas" is not identified as computable p...
Status: RESOLVED FIXED
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:
Depends on:
Blocks:
 
Reported: 2014-03-11 01:47 PDT by Javier Fernandez
Modified: 2014-03-14 03:46 PDT (History)
10 users (show)

See Also:


Attachments
Patch (1.59 KB, patch)
2014-03-12 10:47 PDT, Javier Fernandez
no flags Details | Formatted Diff | Diff
Patch (1.58 KB, patch)
2014-03-14 02:50 PDT, Javier Fernandez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.