This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22478 - Handle the case where media=""/title="" is changed while the stylesheet is being fetched/parsed.
Summary: Handle the case where media=""/title="" is changed while the stylesheet is be...
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: CSSOM (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Simon Pieters
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-26 15:09 UTC by Simon Pieters
Modified: 2013-08-08 13:26 UTC (History)
0 users

See Also:


Attachments

Description Simon Pieters 2013-06-26 15:09:14 UTC
http://dev.w3.org/csswg/cssom/#css-style-sheets

[[
If this property is specified to an attribute of the owner node, the media must be set to the return value of invoking create a MediaList object steps for the value of that attribute. Whenever the attribute is set, changed or removed, the media's mediaText attribute must be set to the new value of the attribute, or to null if the attribute is absent.
]]

Handle the case where media=""/title="" is changed while the stylesheet is being fetched/parsed. See https://www.w3.org/Bugs/Public/show_bug.cgi?id=14703#c18