- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Wed, 26 Sep 2018 23:15:31 +0000
- To: public-css-archive@w3.org
svgeesus has just created a new issue for https://github.com/w3c/csswg-drafts:
== [css-conditional] CSSMediaRule media readonly or forwards to mediaText? ==
from https://lists.w3.org/Archives/Public/www-style/2014Jun/0279.html by Bogdan Brinza @boggydigital
> Looking at http://dev.w3.org/csswg/css-conditional/#cssmediarule vs http://dev.w3.org/csswg/cssom/#the-cssmediarule-interface our developer noticed that CSSMediaRule definition is present in both and there is an inconsistency:
> ```
> [cssom]
> interface CSSMediaRule : CSSGroupingRule {
> [SameObject, PutForwards=mediaText] readonly attribute MediaList media;
> };
> [css-conditional]
> interface CSSMediaRule : CSSConditionRule {
> readonly attribute MediaList media;
> }
> ```
> The difference is PutForwards=mediaText and we'd like to clarify what is the expected behavior here - should media forward to mediaText or should it be really readonly?
> Currently IE forwards media to mediaText, but I couldn't get Chrome or Firefox to do the same -
> http://jsfiddle.net/boggydigital/D2CXn/
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3166 using your GitHub account
Received on Wednesday, 26 September 2018 23:15:33 UTC