Summary: | [CSS] CSS Variables are case-sensitive | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Claudio Saavedra <csaavedra> | ||||||
Component: | CSS | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | commit-queue, esprehn+autocc, glenn, macpherson, menard, rniwa | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Claudio Saavedra
2013-05-16 12:05:44 PDT
Created attachment 201986 [details]
Patch
Comment on attachment 201986 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=201986&action=review > Source/WebCore/ChangeLog:8 > + Test: fast/css/variables/case-sensitive.html This line should appear below the description. > Source/WebCore/ChangeLog:11 > + The CSS Variables specification states that variables are not > + case-sensitive, like other CSS properties. Please fix the change log per IRC discussion. Created attachment 201988 [details]
Patch for landing
Committed r150207: <http://trac.webkit.org/changeset/150207> |