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 27944 - [css-writing-modes-3] vertical-rl is not a value of writing-mode : vertical-rl
Summary: [css-writing-modes-3] vertical-rl is not a value of writing-mode : vertical-rl
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 3 (show other bugs)
Version: CSS Validator
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL: http://jigsaw.w3.org/css-validator/va...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-03 02:11 UTC by Gérard Talbot
Modified: 2018-09-10 17:06 UTC (History)
0 users

See Also:


Attachments

Description Gérard Talbot 2015-02-03 02:11:50 UTC
Steps to reproduce
------------------

1- Load
http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/vert-align-latin-baseline-inline-dhtml.html

2- Click the "W3C CSS" button

http://jigsaw.w3.org/css-validator/validator?uri=http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/vert-align-latin-baseline-inline-dhtml.html&warning=2&profile=css3&usermedium=all

Expected result
---------------
No Error Found

Actual result
-------------
"9 	html 	vertical-rl is not a value of writing-mode : vertical-rl " error message

Notes
-----
The CSS validator supports the previous value as it indicates in the Valid CSS code section:
html {
writing-mode : tb-rl;
}

Gérard
Comment 1 Gérard Talbot 2017-10-29 21:30:06 UTC
Actual results on October 29th 2017
-----------------------------------

"
org.w3c.css.properties.css3.Css3Style cannot be cast to org.w3c.css.properties.svg.SVGBasicStyle
"
Comment 2 Gérard Talbot 2018-09-10 17:06:01 UTC
This bug appears to have been fixed.

Resolving as FIXED