mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Issue #3053 - Implement CSSStyleSheet constructor
This commit is contained in:
parent
c02dd71673
commit
536619ee89
5 changed files with 79 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ enum CSSStyleSheetParsingMode {
|
|||
"agent"
|
||||
};
|
||||
|
||||
[Constructor]
|
||||
interface CSSStyleSheet : StyleSheet {
|
||||
[Pure]
|
||||
readonly attribute CSSRule? ownerRule;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue