mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Add the basic CSSStyleDeclaration CSSOM interface.
This just includes the .webidl file (with some of the functionality commented out) and the stub implementations for the bindings. This is another step towards #1721.
This commit is contained in:
parent
7df37847d3
commit
1c5d58180d
3 changed files with 100 additions and 0 deletions
|
@ -88,6 +88,7 @@ pub mod dom {
|
|||
pub mod browsercontext;
|
||||
pub mod canvasrenderingcontext2d;
|
||||
pub mod characterdata;
|
||||
pub mod cssstyledeclaration;
|
||||
pub mod domrect;
|
||||
pub mod domrectlist;
|
||||
pub mod domstringmap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue