- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Thu, 02 Jul 2015 23:03:10 -0400
- To: Taka Oshiyama <takaoshiyama@gmail.com>
- Cc: Public CSS Test suite mailing list <public-css-testsuite@w3.org>
Taka,
[src]
http://test.csswg.org/source/css-writing-modes-3/text-combine-horizontal-010.xht
[nightly-unstable]
http://test.csswg.org/suites/css-writing-modes-3_dev/nightly-unstable/html/text-combine-horizontal-010.htm
There are several difficulties with this test.
1- 'text-combine-horizontal' has been replaced with
'text-combine-upright'
2- vendor-prefixes should be removed when submitting a test to the
test.csswg.org repository
3- even after replacing 'text-combine-horizontal' with
'text-combine-upright', the test would need to be tuned in a way that it
can avoid a false positive for browsers that do not support
text-combine-upright. The thing is: it is always difficult (albeit maybe
not impossible: @supports (text-combine-upright: none) { ... } is an
idea) to make a reliable test on a property with default, initial value.
This is the case here: 'none' is the initial, default value for
'text-combine-upright' .
Right now, text-combine-horizontal-010 test has unclear rehabilitation
potential and, even with best code, has limited worth.
Gérard
--
Test Format Guidelines
http://testthewebforward.org/docs/test-format-guidelines.html
Test Style Guidelines
http://testthewebforward.org/docs/test-style-guidelines.html
Test Templates
http://testthewebforward.org/docs/test-templates.html
CSS Naming Guidelines
http://testthewebforward.org/docs/css-naming.html
Test Review Checklist
http://testthewebforward.org/docs/review-checklist.html
CSS Metadata
http://testthewebforward.org/docs/css-metadata.html
Received on Friday, 3 July 2015 03:03:42 UTC