Re: [WebIDL-tests] Remainder of my tests (#271)

Note: As far as I can tell, this feature is only supported by Firefox today...

For a more widely-implemented alternative, you could try:
<code><pre>interface StyleSheet {
  ...
   [SameObject, PutForwards=mediaText] readonly attribute MediaList media;
  ...
};</pre><code>

View on GitHub: https://github.com/w3c/web-platform-tests/pull/271#discussion_r7384415

Received on Friday, 1 November 2013 22:59:22 UTC