Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions batches/text-transform.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,16 @@ tests[68]=["text-transform/text-transform-capitalize-030.html","CSS3 Text, text

tests[69]=["text-transform/text-transform-capitalize-031.html","CSS3 Text, text transform: capitalize, initial punctuation","",'http://dev.w3.org/csswg/css-text-3/#text-transform',"text-transform: uppercase ignores characters that are not typographic letter units and capitalizes the first typographic letter unit in a word."]

tests[70]=["text-transform/text-transform-tailoring-001.html","CSS3 Text, text transform: capitalize, Dutch IJ","",'http://dev.w3.org/csswg/css-text-3/#text-transform',"[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."]
tests[70]=["text-transform/text-transform-tailoring-001.html","CSS3 Text, text transform: capitalize, Dutch IJ","",'http://dev.w3.org/csswg/css-text-3/#text-transform',"[Exploratory] the browser tailors text-transform: capitalize to put both I and J in titlecase at the start of a word when the language is Dutch."]

tests[71]=["text-transform/text-transform-tailoring-002.html","CSS3 Text, text transform: uppercase, Greek tonos","",'http://dev.w3.org/csswg/css-text-3/#text-transform',"[Exploratory] the brower tailors text-transform: uppercase such that Greek words that are all uppercase lose tonos."]
tests[71]=["text-transform/text-transform-tailoring-002.html","CSS3 Text, text transform: uppercase, Greek tonos","",'http://dev.w3.org/csswg/css-text-3/#text-transform',"[Exploratory] the browser tailors text-transform: uppercase such that Greek words that are all uppercase lose tonos."]

tests[72]=["text-transform/text-transform-tailoring-002a.html","CSS3 Text, text transform: uppercase, Greek dialytika","",'http://dev.w3.org/csswg/css-text-3/#text-transform',"[Exploratory] the brower tailors text-transform: uppercase such that Greek words that are all uppercase lose tonos, but not dialytika."]
tests[72]=["text-transform/text-transform-tailoring-002a.html","CSS3 Text, text transform: uppercase, Greek dialytika","",'http://dev.w3.org/csswg/css-text-3/#text-transform',"[Exploratory] the browser tailors text-transform: uppercase such that Greek words that are all uppercase lose tonos, but not dialytika."]

tests[73]=["text-transform/text-transform-tailoring-003.html","CSS3 Text, text transform: uppercase, more Greek accents","",'http://dev.w3.org/csswg/css-text-3/#text-transform',"[Exploratory] the brower tailors text-transform: uppercase such that Greek words that are all uppercase convert tonos plus dialytika to just dialytika, and convert diphthongs with tonos on the first character to a dialytika on the second character."]
tests[73]=["text-transform/text-transform-tailoring-003.html","CSS3 Text, text transform: uppercase, more Greek accents","",'http://dev.w3.org/csswg/css-text-3/#text-transform',"[Exploratory] the browser tailors text-transform: uppercase such that Greek words that are all uppercase convert tonos plus dialytika to just dialytika, and convert diphthongs with tonos on the first character to a dialytika on the second character."]

tests[74]=["text-transform/text-transform-tailoring-005.html","CSS3 Text, text transform: uppercase, Greek disjunctive eta","",'http://dev.w3.org/csswg/css-text-3/#text-transform',"[Exploratory] the brower tailors text-transform: uppercase such that a disjunctive eta in a Greek sentence keeps its tonos diacritic."]
tests[74]=["text-transform/text-transform-tailoring-005.html","CSS3 Text, text transform: uppercase, Greek disjunctive eta","",'http://dev.w3.org/csswg/css-text-3/#text-transform',"[Exploratory] the browser tailors text-transform: uppercase such that a disjunctive eta in a Greek sentence keeps its tonos diacritic."]

tests[75]=["text-transform/text-transform-tailoring-004.html","CSS3 Text, text transform: capitalize, Greek initial stress","",'http://dev.w3.org/csswg/css-text-3/#text-transform',"[Exploratory] the brower tailors text-transform: capitalize such that a stressed vowel that is the first syllable of a Greek sentence keeps its tonos diacritic."]
tests[75]=["text-transform/text-transform-tailoring-004.html","CSS3 Text, text transform: capitalize, Greek initial stress","",'http://dev.w3.org/csswg/css-text-3/#text-transform',"[Exploratory] the browser tailors text-transform: capitalize such that a stressed vowel that is the first syllable of a Greek sentence keeps its tonos diacritic."]

tests[76]=['../testend','','','','']
4 changes: 2 additions & 2 deletions css-text/text-transform/text-transform-tailoring-001.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>CSS3 Text, text transform: capitalize, Dutch IJ</title>
<meta name="assert" content="[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.">
<meta name="assert" content="[Exploratory] the browser tailors text-transform: capitalize to put both I and J in titlecase at the start of a word when the language is Dutch.">
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://dev.w3.org/csswg/css-text-3/#text-transform'>
<link rel="match" href="reference/text-transform-tailoring-001-ref.html">
Expand Down Expand Up @@ -32,4 +32,4 @@
<div class="ref">IJsland</div>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions css-text/text-transform/text-transform-tailoring-002.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>CSS3 Text, text transform: uppercase, Greek tonos</title>
<meta name="assert" content="[Exploratory] the brower tailors text-transform: uppercase such that Greek words that are all uppercase lose tonos.">
<meta name="assert" content="[Exploratory] the browser tailors text-transform: uppercase such that Greek words that are all uppercase lose tonos.">
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://dev.w3.org/csswg/css-text-3/#text-transform'>
<link rel="match" href="reference/text-transform-tailoring-002-ref.html">
Expand Down Expand Up @@ -32,4 +32,4 @@
<div class="ref">ΚΑΛΗΜΕΡΑ ΑΥΡΙΟ</div>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions css-text/text-transform/text-transform-tailoring-002a.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>CSS3 Text, text transform: uppercase, Greek dialytika</title>
<meta name="assert" content="[Exploratory] the brower tailors text-transform: uppercase such that Greek words that are all uppercase lose tonos, but not dialytika.">
<meta name="assert" content="[Exploratory] the browser tailors text-transform: uppercase such that Greek words that are all uppercase lose tonos, but not dialytika.">
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://dev.w3.org/csswg/css-text-3/#text-transform'>
<link rel="match" href="reference/text-transform-tailoring-002-ref.html">
Expand Down Expand Up @@ -32,4 +32,4 @@
<div class="ref">ΘΕΪΚΟ</div>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions css-text/text-transform/text-transform-tailoring-003.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>CSS3 Text, text transform: uppercase, more Greek accents</title>
<meta name="assert" content="[Exploratory] the brower tailors text-transform: uppercase such that Greek words that are all uppercase convert tonos plus dialytika to just dialytika, and convert diphthongs with tonos on the first character to a dialytika on the second character.">
<meta name="assert" content="[Exploratory] the browser tailors text-transform: uppercase such that Greek words that are all uppercase convert tonos plus dialytika to just dialytika, and convert diphthongs with tonos on the first character to a dialytika on the second character.">
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://dev.w3.org/csswg/css-text-3/#text-transform'>
<link rel="match" href="reference/text-transform-tailoring-003-ref.html">
Expand Down Expand Up @@ -32,4 +32,4 @@
<div class="ref">ΕΥΦΥΪΑ ΝΕΡΑΪΔΑ</div>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions css-text/text-transform/text-transform-tailoring-004.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>CSS3 Text, text transform: capitalize, Greek initial stress</title>
<meta name="assert" content="[Exploratory] the brower tailors text-transform: capitalize such that a stressed vowel that is the first syllable of a Greek sentence keeps its tonos diacritic.">
<meta name="assert" content="[Exploratory] the browser tailors text-transform: capitalize such that a stressed vowel that is the first syllable of a Greek sentence keeps its tonos diacritic.">
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://dev.w3.org/csswg/css-text-3/#text-transform'>
<link rel="match" href="reference/text-transform-tailoring-004-ref.html">
Expand Down Expand Up @@ -36,4 +36,4 @@
The result of this test should be ignored if text-transform-tailoring-002 fails.
-->
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions css-text/text-transform/text-transform-tailoring-005.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>CSS3 Text, text transform: uppercase, Greek disjunctive eta</title>
<meta name="assert" content="[Exploratory] the brower tailors text-transform: uppercase such that a disjunctive eta in a Greek sentence keeps its tonos diacritic.">
<meta name="assert" content="[Exploratory] the browser tailors text-transform: uppercase such that a disjunctive eta in a Greek sentence keeps its tonos diacritic.">
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://dev.w3.org/csswg/css-text-3/#text-transform'>
<link rel="match" href="reference/text-transform-tailoring-005-ref.html">
Expand Down Expand Up @@ -36,4 +36,4 @@
The result of this test should be ignored if text-transform-tailoring-002 fails.
-->
</body>
</html>
</html>