css3-conditional/Overview.src.html

changeset 7412
3b40faa91133
parent 7393
139db90ee7b2
child 7538
9d25222da9cb
     1.1 --- a/css3-conditional/Overview.src.html	Fri Feb 08 14:04:09 2013 -0800
     1.2 +++ b/css3-conditional/Overview.src.html	Fri Feb 08 21:43:29 2013 -0800
     1.3 @@ -906,15 +906,16 @@
     1.4      It must throw SYNTAX_ERR
     1.5      if the rule has a syntax error and is unparseable;
     1.6      this does not include syntax errors handled by error handling rules
     1.7 -    for constructs inside of the rule.
     1.8 +    for constructs inside of the rule,
     1.9 +    but this does include cases where the string given
    1.10 +    does not parse into a single CSS rule (such as when the string is empty)
    1.11 +    or where there is anything other than whitespace or comments
    1.12 +    after that single CSS rule.
    1.13      It must throw HIERARCHY_REQUEST_ERR
    1.14      if the rule cannot be inserted at the location specified,
    1.15      for example, if an ''@import'' rule is inserted inside a group rule.
    1.16  
    1.17 -    <span class="issue">This needs to specify what to do
    1.18 -    if <code>rule</code> is the empty string,
    1.19 -    if it contains more than one CSS rule,
    1.20 -    or if it contains garbage after a valid rule.</span>
    1.21 +    <p>The return value is the <var>index</var> parameter.
    1.22  
    1.23    <dt><code>deleteRule (unsigned long index)</code>, return <code>void</code>
    1.24    <dd>

mercurial