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 24193 - CSS speak validation fails on valid value: spell-out
Summary: CSS speak validation fails on valid value: spell-out
Status: NEW
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 3 (show other bugs)
Version: CSS Validator
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
: 24194 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-01-02 16:17 UTC by Phill
Modified: 2015-08-11 18:34 UTC (History)
1 user (show)

See Also:


Attachments

Description Phill 2014-01-02 16:17:43 UTC
I ran a validation on my website and AFAICT the CSS value for speak should be valid CSS3.

Described here: http://www.w3schools.com/xslfo/prop_speak.asp

.stylename
{
    speak: spell-out;
}

generates this error:

Value Error : speak spell-out is not a speak value : spell-out 

(also the link on speak leads to a 404: http://jigsaw.w3.org/css-validator/nullaural.html#propdef-speak)

I hope this is a valid bug and I'm not wasting peoples time :)

Thanks,

Phill
Comment 1 Phill 2014-01-04 21:07:21 UTC
*** Bug 24194 has been marked as a duplicate of this bug. ***