s/rule ?set/style rule/g

Hi,

In various CSS specs we have "ruleset", "rule set" and "style rule", 
three names for the same concept. Sometimes all three are used in the 
same document. Ruleset and rule set are confusing as they imply multiple 
rules, while they in fact refer to a single rule.

After discussing this with other editors, I pushed a change to our 
Editor’s Drafts to use "style rule" overall, except for ruleset when 
referring to the grammar production. (The Core Grammar is defined in 
2.1, which is harder to change.)

https://dvcs.w3.org/hg/csswg/rev/7e80b7d0224f

Affected documents are:

  * css-cascade
  * css-conditional
  * css-hierarchies
  * css-namespaces
  * css-page
  * css-text-4
  * css-text
  * cssom

I couldn’t make the change in css-fonts, as its source is not 
version-controlled in our public repository. John, could you replace the 
three instances of "rule set" in example 5?

Cheers,
-- 
Simon Sapin

Received on Saturday, 8 June 2013 05:42:10 UTC