Bug 107415 - [Refactoring] rename StyleRuleBlock -> StyleRuleGroup
Summary: [Refactoring] rename StyleRuleBlock -> StyleRuleGroup
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Takashi Sakamoto
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-20 22:05 PST by Takashi Sakamoto
Modified: 2013-01-21 02:34 PST (History)
6 users (show)

See Also:


Attachments
Patch (10.18 KB, patch)
2013-01-21 00:05 PST, Takashi Sakamoto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Takashi Sakamoto 2013-01-20 22:05:08 PST
Rename StyleRuleBlock to StyleRuleGroup, because:

- CSSGroupingRule is an interface for representing an at-rule that contains other rules nested inside itself 
  http://www.w3.org/TR/2012/WD-css3-conditional-20121213/#the-cssgroupingrule-interface

- The spec defines CSSGroupingRule, not CSSBlockRule.

So StyleRuleGroup looks a better name comparing with StyleRuleBlock.
Comment 1 Takashi Sakamoto 2013-01-21 00:05:38 PST
Created attachment 183722 [details]
Patch
Comment 2 WebKit Review Bot 2013-01-21 02:34:46 PST
Comment on attachment 183722 [details]
Patch

Clearing flags on attachment: 183722

Committed r140316: <http://trac.webkit.org/changeset/140316>
Comment 3 WebKit Review Bot 2013-01-21 02:34:50 PST
All reviewed patches have been landed.  Closing bug.