Update CSS tests to revision aac1cd51245c0c469325988a0446985a2f1e476c

This commit is contained in:
Ms2ger
2016-04-07 09:58:26 +02:00
parent 1a6245828a
commit 7deaeea707
540 changed files with 24009 additions and 6637 deletions

View File

@@ -722,6 +722,7 @@ text-transform-capitalize-031 reference/text-transform-tailoring-005-ref CSS3 Te
text-transform-capitalize-032 reference/text-transform-capitalize-032-ref text-transform - capitalize - basic cases http://www.w3.org/TR/css-text-3/#text-transform 52d80e2dfa0bec31fb5106de69360f658f2ec907 `Satoshi Umehara`<mailto:umehara@est.co.jp> The UA should put all words in titlecase when text-transform is set to capitalize.
text-transform-fullwidth-001 reference/text-transform-fullwidth-001-ref text-transform - fullwidth - basic cases http://www.w3.org/TR/css-text-3/#text-transform 3ce14e96ac5b083ef463997c3b6d1da292b3e449 `Satoshi Umehara`<mailto:umehara@est.co.jp> The UA should transform halfwidth character to fullwidth character when text-transform is set to fullwidth.
text-transform-lowercase-001 reference/text-transform-lowercase-001-ref text-transform - lowercase - basic cases http://www.w3.org/TR/css-text-3/#text-transform b99d33435f651a9ba6d835eaa2fd51ad6684ae48 `Satoshi Umehara`<mailto:umehara@est.co.jp> The UA should put all characters in lowercase when text-transform is set to lowercase.
text-transform-lowercase-002 reference/text-transform-lowercase-002-ref text-transform I with dot above https://drafts.csswg.org/css-text-3/#valdef-text-transform-lowercase 9eb47a5bb06a75d36467296c30f98c18d51a549c `Anthony Ramine`<mailto:n.oxyde@gmail.com> Tests that U+0130 to lowercase includes U+0307
text-transform-none-001 reference/text-transform-none-001-ref text-transform - none - basic cases http://www.w3.org/TR/css-text-3/#text-transform 3f76372dde584e0852e7cd297d3e68a30ecc4ec6 `Satoshi Umehara`<mailto:umehara@est.co.jp> The UA should do nothing when text-transform is set to none.
text-transform-tailoring-001 reference/text-transform-tailoring-001-ref CSS3 Text, text transform: capitalize, Dutch IJ https://drafts.csswg.org/css-text-3/#text-transform 99b773a03069b7cb2ce00960100aa9bac0715338 `Richard Ishida`<mailto:ishida@w3.org> [Exploratory] the brower tailors text-transform: capitalize to put both I and J in titlecase at the start of a word when the language is Dutch.
text-transform-tailoring-002 reference/text-transform-tailoring-002-ref CSS3 Text, text transform: uppercase, Greek tonos https://drafts.csswg.org/css-text-3/#text-transform e43fb7b2ad89f9f562747f153786953d2979f67a `Richard Ishida`<mailto:ishida@w3.org> [Exploratory] the brower tailors text-transform: uppercase such that Greek words that are all uppercase lose tonos.
@@ -735,7 +736,7 @@ text-transform-upperlower-002 reference/text-transform-upperlower-002-ref CSS3 T
text-transform-upperlower-003 reference/text-transform-upperlower-003-ref CSS3 Text, text transform: Latin Extended Additional, uppercase https://drafts.csswg.org/css-text-3/#text-transform d8532112fb0fb6642ebc16355548e8ec978ecae7 `Richard Ishida`<mailto:ishida@w3.org> For the Latin Extended Additional Unicode block, text-transform: uppercase puts all letters in uppercase .
text-transform-upperlower-004 reference/text-transform-upperlower-004-ref CSS3 Text, text transform: Latin Extended Additional, lowercase https://drafts.csswg.org/css-text-3/#text-transform 39d47022c2793a63433bbdee87de7e4d42dd2524 `Richard Ishida`<mailto:ishida@w3.org> For the Latin Extended Additional Unicode block, text-transform: lowercase puts all letters in lowercase .
text-transform-upperlower-005 reference/text-transform-upperlower-005-ref CSS3 Text, text transform: Latin Extended-A, uppercase https://drafts.csswg.org/css-text-3/#text-transform 8aa34e79e3bf8ffe3c4ea5bf673c463d9232dcf8 `Richard Ishida`<mailto:ishida@w3.org> For the Latin Extended-A Unicode block, text-transform: uppercase puts all letters in uppercase .
text-transform-upperlower-006 reference/text-transform-upperlower-006-ref CSS3 Text, text transform: Latin Extended-A, lowercase https://drafts.csswg.org/css-text-3/#text-transform 011c001f19b9c6f6130e56b88879f46da3b55724 `Richard Ishida`<mailto:ishida@w3.org> For the Latin Extended-A Unicode block, text-transform: lowercase puts all letters in lowercase .
text-transform-upperlower-006 reference/text-transform-upperlower-006-ref CSS3 Text, text transform: Latin Extended-A, lowercase https://drafts.csswg.org/css-text-3/#text-transform 40c576e4e83ff76045f9d5471112814fb5226a75 `Richard Ishida`<mailto:ishida@w3.org> For the Latin Extended-A Unicode block, text-transform: lowercase puts all letters in lowercase .
text-transform-upperlower-007 reference/text-transform-upperlower-007-ref CSS3 Text, text transform: Latin Extended-B, uppercase https://drafts.csswg.org/css-text-3/#text-transform 93638de713822904c8f999bec14e70ddd4104f80 `Richard Ishida`<mailto:ishida@w3.org> For the Latin Extended-B Unicode block, text-transform: uppercase puts all letters in uppercase .
text-transform-upperlower-008 reference/text-transform-upperlower-008-ref CSS3 Text, text transform: Latin Extended-B, lowercase https://drafts.csswg.org/css-text-3/#text-transform 833a17ae2b4f7c6750fc1046c231f34784530ba3 `Richard Ishida`<mailto:ishida@w3.org> For the Latin Extended-B Unicode block, text-transform: lowercase puts all letters in lowercase .
text-transform-upperlower-009 reference/text-transform-upperlower-009-ref CSS3 Text, text transform: Latin Extended-C, uppercase https://drafts.csswg.org/css-text-3/#text-transform d8dff37bb77891a73c44cb371fbb81e02027c902 `Richard Ishida`<mailto:ishida@w3.org> For the Latin Extended-C Unicode block, text-transform: uppercase puts all letters in uppercase .