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:
Cameron Zwarich 2014-05-13 00:37:52 -07:00 committed by Josh Matthews
parent 7df37847d3
commit 1c5d58180d
3 changed files with 100 additions and 0 deletions

View file

@ -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;