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 18538 - description problem about "change the preferred style sheet set name" steps
Summary: description problem about "change the preferred style sheet set name" steps
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: CSSOM (show other bugs)
Version: unspecified
Hardware: All All
: P2 trivial
Target Milestone: ---
Assignee: Simon Pieters
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-11 18:32 UTC by Jinks
Modified: 2013-08-08 13:26 UTC (History)
0 users

See Also:


Attachments

Description Jinks 2012-08-11 18:32:32 UTC
The steps are described below:
1.Let the {preferred style sheet set name} be *current*.
2.Set {preferred style sheet set name} to *name*.
3.If *name* is not a case-sensitive match for *current* and {last style sheet set name} is null {enable a style sheet set} with name *new*.

I think: step 1 should exchange {preferred style sheet set name} and *current*, and the *new* in the end of step 3 should be *name.

Final description:
1.Let *current* be the {preferred style sheet set name}.
2.Set {preferred style sheet set name} to *name*.
3.If *name* is not a case-sensitive match for *current* and {last style sheet set name} is null {enable a style sheet set} with name *name*.
Comment 1 Glenn Adams 2012-08-11 19:01:33 UTC
https://dvcs.w3.org/hg/csswg/diff/7e2f406d89ab/cssom/cssom-source

thanks jinks!