mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Initial steps for CSSOM API
This commit is contained in:
parent
e551ea7322
commit
b7a57ef487
15 changed files with 159 additions and 77 deletions
|
@ -185,3 +185,8 @@ partial interface Document {
|
|||
partial interface Document {
|
||||
Element? elementFromPoint(double x, double y);
|
||||
};
|
||||
|
||||
// https://drafts.csswg.org/cssom/#extensions-to-the-document-interface
|
||||
partial interface Document {
|
||||
[SameObject] readonly attribute StyleSheetList styleSheets;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue