Appendix F of W3's CSS2.1 Spec

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dan

    Appendix F of W3's CSS2.1 Spec

    Hi,
    Appendix F of the CSS 2.1 Spec
    (http://www.w3.org/TR/CSS21/propidx.html) displays some values with
    extra characters (e.g. "[[ left-side" and "right-side ]" in first row,
    second column for azimuth; "[ [ <percentage>" and "bottom ]? ]" in
    second column, fifth row for background-position).

    Should I assume that the "extra" characters ("[", "]", "?") are typos?
    Excuse my ignorance, but I don't want to leave anything to chance.

    Thanks,
    Dan

  • Michael Winter

    #2
    Re: Appendix F of W3's CSS2.1 Spec

    On 25/01/2006 19:17, Dan wrote:
    [color=blue]
    > Appendix F of the CSS 2.1 Spec
    > (http://www.w3.org/TR/CSS21/propidx.html)[/color]

    [snip]
    [color=blue]
    > Should I assume that the "extra" characters ("[", "]", "?") are typos?[/color]

    No, they certainly aren't. They are grouping and quantifier operators.
    Read the document conventions (section 1.4 [1]) for more information.

    [snip]

    Mike


    [1] <http://www.w3.org/TR/CSS21/about.html#q4>

    --
    Michael Winter
    Prefix subject with [News] before replying by e-mail.

    Comment

    • Dan

      #3
      Re: Appendix F of W3's CSS2.1 Spec

      Mike said:
      ---
      No, they certainly aren't. They are grouping and quantifier operators.
      Read the document conventions (section 1.4 [1]) for more information.
      ---

      Thanks Mike!

      Comment

      Working...