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 19477 - Value Error : content leader(". ") is not a content value : leader(". ")
Summary: Value Error : content leader(". ") is not a content value : leader(". ")
Status: NEW
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 3 (show other bugs)
Version: CSS Validator
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-11 15:00 UTC by Michael[tm] Smith
Modified: 2013-02-21 23:56 UTC (History)
1 user (show)

See Also:


Attachments

Description Michael[tm] Smith 2012-10-11 15:00:05 UTC
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