This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15116 - Add CSS OM Interface for @region style rules
Summary: Add CSS OM Interface for @region style rules
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: Regions (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Vincent Hardy
QA Contact:
URL:
Whiteboard: cssom
Keywords:
: 15010 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-12-08 16:58 UTC by Vincent Hardy
Modified: 2012-04-24 05:31 UTC (History)
3 users (show)

See Also:


Attachments

Description Vincent Hardy 2011-12-08 16:58:20 UTC
CSSRegionRule : CSSRule {
        readonly attribute CSSRuleList cssRules;
        attribute DOMString selectorText;
        unsigned long insertRule(DOMString rule,  unsigned long index)
            raises(DOMException);
        void deleteRule(unsigned long index)
            raises(DOMException);
    };
Comment 1 Vincent Hardy 2012-03-13 22:32:19 UTC
*** Bug 15010 has been marked as a duplicate of this bug. ***
Comment 2 Alan Stearns 2012-04-24 05:31:18 UTC
Added with https://dvcs.w3.org/hg/csswg/rev/2e04f2d16ef5