diff --git a/tests/valid/draft-miek-test.html b/tests/valid/draft-miek-test.html index 6d1bf7a1..3a9f174e 100644 --- a/tests/valid/draft-miek-test.html +++ b/tests/valid/draft-miek-test.html @@ -1093,7 +1093,7 @@ ol.type-a { list-style-type: lower-alpha; } ol.type-A { list-style-type: upper-alpha; } ol.type-i { list-style-type: lower-roman; } -ol.type-I { list-style-type: lower-roman; } +ol.type-I { list-style-type: upper-roman; } /* Apply the print table and row borders in general, on request from the RPC, and increase the contrast between border and odd row background slightly */ table { diff --git a/tests/valid/draft-template.html b/tests/valid/draft-template.html index 861b23df..c0efd801 100644 --- a/tests/valid/draft-template.html +++ b/tests/valid/draft-template.html @@ -1082,7 +1082,7 @@ ol.type-a { list-style-type: lower-alpha; } ol.type-A { list-style-type: upper-alpha; } ol.type-i { list-style-type: lower-roman; } -ol.type-I { list-style-type: lower-roman; } +ol.type-I { list-style-type: upper-roman; } /* Apply the print table and row borders in general, on request from the RPC, and increase the contrast between border and odd row background slightly */ table { diff --git a/tests/valid/rfc7911.html b/tests/valid/rfc7911.html index e324cfed..69617df2 100644 --- a/tests/valid/rfc7911.html +++ b/tests/valid/rfc7911.html @@ -1086,7 +1086,7 @@ ol.type-a { list-style-type: lower-alpha; } ol.type-A { list-style-type: upper-alpha; } ol.type-i { list-style-type: lower-roman; } -ol.type-I { list-style-type: lower-roman; } +ol.type-I { list-style-type: upper-roman; } /* Apply the print table and row borders in general, on request from the RPC, and increase the contrast between border and odd row background slightly */ table {