Zirro / css-object-model

css-object-model is an implementation of the CSSOM specification
MIT License
9 stars 2 forks source link

update idl, fix error: mediaText can only be of type DOMString or USV… #11

Closed caub closed 6 years ago

caub commented 6 years ago

…String

related discussion: https://github.com/Zirro/css-object-model/issues/10#issuecomment-398074783

Zirro commented 6 years ago

Thanks, but this adds two new .idl files instead of updating the existing .webidl files, and CSSOMString is meant to be handled automatically by this typedef.