-
Notifications
You must be signed in to change notification settings - Fork 756
Description
from https://lists.w3.org/Archives/Public/www-style/2013Jun/0331.html by @zcorpan
In http://lists.w3.org/Archives/Public/www-style/2012Aug/0749.html it
was decided to mint theCSSConditionRuleinterface and have
CSSSupportsRuleandCSSMediaRuleinherit from it.
I don't understand the usefulness of exposing a new property on
CSSMediaRulethat does the same thing asmediaText. Also,conditionText
has different requirements forCSSMediaRuleandCSSSupportsRule. Why do
we want to have the same attribute for things that are different?
https://bugzilla.mozilla.org/show_bug.cgi?id=814907#c3 suggests
@-moz-documentis again different.
I think it would be better continue with just having
.mediaTexton
CSSMediaRule, drop theCSSConditionRuleinterface, and let
CSSSupportsRuleandCSSDocumentRulehave.conditionTextwith the
interface-specific requirements.