Open
Description
I don't know if it's a valid syntax according to W3C specifications but I sometimes see assignments like visibility:
.
It seems these kind of assignments make the CSS elements disappear, so they are kind of shortcut for reassigning to default value.
This is not a big problem if you write the code yourself but this causes problems when you run javascript code in an arbitrary website. Current implementation gives a TypeError(you get undefined from array) in CSSStyleDeclaration.js
file in cssText
set method.
Is it possible to change the implementation for supporting assigments without a value in the way I described?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels