Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: LayoutTests/fast/lists/resources/w3-css3-list-styles-alphabetic.css

Issue 1152763006: Remove outdated list style types (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix sorting Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/lists/w3-css3-list-styles-alphabetic.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/lists/resources/w3-css3-list-styles-alphabetic.css
diff --git a/LayoutTests/fast/lists/resources/w3-css3-list-styles-alphabetic.css b/LayoutTests/fast/lists/resources/w3-css3-list-styles-alphabetic.css
index 8e9e2e874a0372e25a4a3fa624e32e1f6638cc16..98b079047b74aa40b96b7f015db1a8aeeb6ffa83 100644
--- a/LayoutTests/fast/lists/resources/w3-css3-list-styles-alphabetic.css
+++ b/LayoutTests/fast/lists/resources/w3-css3-list-styles-alphabetic.css
@@ -1,30 +1,18 @@
/*
-The following styles are ordered as they appear in section 4.4. of the
-Draft 7 November 2002 draft of the CSS3 Lists module <http://www.w3.org/TR/css3-lists/#alphabetic>.
+The following styles are ordered as they appear in section 6.2. of the
+3 February 2015 CR of the CSS3 Counter Styles Level 3 module <http://www.w3.org/TR/css-counter-styles-3/#simple-alphabetic>.
*/
-ol.afar { list-style-type: afar; }
-ol.ethiopic-halehame-aa-et { list-style-type: ethiopic-halehame-aa-et; }
-ol.ethiopic-halehame-aa-er { list-style-type: ethiopic-halehame-aa-er; }
-
-ol.amharic { list-style-type: amharic; }
-ol.ethiopic-halehame-am-et { list-style-type: ethiopic-halehame-am-et; }
+ol.lower-alpha { list-style-type: lower-alpha; }
+ol.lower-latin { list-style-type: lower-latin; }
-ol.amharic-abegede { list-style-type: amharic-abegede; }
-ol.ethiopic-abegede-am-et { list-style-type: ethiopic-abegede-am-et; }
+ol.upper-alpha { list-style-type: upper-alpha; }
+ol.upper-latin { list-style-type: upper-latin; }
ol.cjk-earthly-branch { list-style-type: cjk-earthly-branch; }
-
ol.cjk-heavenly-stem { list-style-type: cjk-heavenly-stem; }
-ol.ethiopic { list-style-type: ethiopic; }
-ol.ethiopic-halehame-gez { list-style-type: ethiopic-halehame-gez; }
-
-ol.ethiopic-abegede { list-style-type: ethiopic-abegede; }
-ol.ethiopic-abegede-gez { list-style-type: ethiopic-abegede-gez; }
-
-ol.hangul-consonant { list-style-type: hangul-consonant; }
-ol.hangul { list-style-type: hangul; }
+ol.lower-greek { list-style-type: lower-greek; }
ol.hiragana-iroha { list-style-type: hiragana-iroha; }
@@ -34,40 +22,17 @@ ol.katakana-iroha { list-style-type: katakana-iroha; }
ol.katakana { list-style-type: katakana; }
-ol.lower-alpha { list-style-type: lower-alpha; }
-ol.lower-latin { list-style-type: lower-latin; }
-
-ol.lower-greek { list-style-type: lower-greek; }
-
-ol.lower-norwegian { list-style-type: lower-norwegian; }
+/* compatibility with Firefox i.e. -moz-hangul */
-ol.oromo { list-style-type: oromo; }
-ol.ethiopic-halehame-om-et { list-style-type: ethiopic-halehame-om-et; }
+ol.hangul-consonant { list-style-type: hangul-consonant; }
-ol.sidama { list-style-type: sidama; }
-ol.ethiopic-halehame-sid-et { list-style-type: ethiopic-halehame-sid-et; }
+ol.hangul { list-style-type: hangul; }
-ol.somali { list-style-type: somali; }
-ol.ethiopic-halehame-so-et { list-style-type: ethiopic-halehame-so-et; }
+ol.ethiopic-halehame { list-style-type: ethiopic-halehame; }
-ol.tigre { list-style-type: tigre; }
-ol.ethiopic-halehame-tig { list-style-type: ethiopic-halehame-tig; }
+ol.ethiopic-halehame-am { list-style-type: ethiopic-halehame-am; }
-ol.tigrinya-er { list-style-type: tigrinya-er; }
ol.ethiopic-halehame-ti-er { list-style-type: ethiopic-halehame-ti-er; }
-ol.tigrinya-er-abegede { list-style-type: tigrinya-er-abegede; }
-ol.ethiopic-abegede-ti-er { list-style-type: ethiopic-abegede-ti-er; }
-
-ol.tigrinya-et { list-style-type: tigrinya-et; }
ol.ethiopic-halehame-ti-et { list-style-type: ethiopic-halehame-ti-et; }
-ol.tigrinya-et-abegede { list-style-type: tigrinya-et-abegede; }
-ol.ethiopic-abegede-ti-et { list-style-type: ethiopic-abegede-ti-et; }
-
-ol.upper-alpha { list-style-type: upper-alpha; }
-ol.upper-latin { list-style-type: upper-latin; }
-
-ol.upper-greek { list-style-type: upper-greek; }
-
-ol.upper-norwegian { list-style-type: upper-norwegian; }
« no previous file with comments | « no previous file | LayoutTests/fast/lists/w3-css3-list-styles-alphabetic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698