veinjs icon indicating copy to clipboard operation
veinjs copied to clipboard

Support matching CssPageRules

Open zspitzer opened this issue 9 years ago • 2 comments

extend the @media (type 4) support to also handle @page (type 6)

zspitzer avatar Aug 15 '16 11:08 zspitzer

this works in chrome for updating such rules, but setProperty on CssPageRules doesn't seem to work in FF or Edge.

If I enable css warnings in FF, I'm seeing Unknown property 'size'. Declaration dropped. for @page {size: a4 landscape;}

zspitzer avatar Aug 15 '16 13:08 zspitzer

Turns out size isn't supported yet in Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=851937

zspitzer avatar Aug 15 '16 14:08 zspitzer