[Bug 19477] New: Value Error : content leader(". ") is not a content value : leader(". ")

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19477

          Priority: P2
            Bug ID: 19477
          Assignee: dave.null@w3.org
           Summary: Value Error : content leader(". ") is not a content
                    value : leader(". ")
        QA Contact: www-validator-cvs@w3.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: mike@w3.org
          Hardware: PC
            Status: NEW
           Version: CSS Validator
         Component: CSS 3
           Product: CSSValidator

Checking http://dev.w3.org/html5/spec-author-view/spec.html causes the CSS
validator to report:

  (line 42) Value Error : content leader(". ") is not a content value :
leader(". ")
  (line 53) Value Error : content leader(". ") is not a content value :
leader(". ")

The CSS at those lines looks like this:

  #table-example-1 tbody td:first-child::after { content: leader(". "); }
  .apple-table-examples tbody th::after, .apple-table-examples tfoot th::after
{ content: leader(". ") }

The "leader" value for the "content" property is part of the "CSS Generated
Content for Paged Media" spec:

  http://www.w3.org/TR/css3-gcpm/#leaders

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 11 October 2012 15:00:12 UTC