- From: <bugzilla@jessica.w3.org>
- Date: Tue, 03 Feb 2015 02:11:50 +0000
- To: www-validator-cvs@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27944
Bug ID: 27944
Summary: [css-writing-modes-3] vertical-rl is not a value of
writing-mode : vertical-rl
Product: CSSValidator
Version: CSS Validator
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: CSS 3
Assignee: dave.null@w3.org
Reporter: info@gtalbot.org
QA Contact: www-validator-cvs@w3.org
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
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 3 February 2015 02:11:51 UTC