File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< meta charset ="utf-8 " />
3
- < title > CSS Writing Modes implementaiton report</ title >
3
+ < title > CSS Writing Modes implementation report</ title >
4
4
< style >
5
5
table .results {
6
6
border-collapse : collapse;
23
23
}
24
24
</ style >
25
25
< body >
26
- < h1 > CSS Writing Modes Level 3 Implementaiton Report</ h1 >
26
+ < h1 > CSS Writing Modes Level 3 Implementation Report</ h1 >
27
+
28
+ < h2 > Introduction</ h2 >
29
+ < p > < a href ="https://drafts.csswg.org/css-writing-modes-3/ "> CSS Writing Modes Level 3</ a > defines CSS support
30
+ for various international writing modes, such as left-to-right (e.g. Latin or Indic), right-to-left
31
+ (e.g. Hebrew or Arabic), bidirectional (e.g. mixed Latin and Arabic) and vertical (e.g. Asian scripts).
32
+ It has a < a href ="http://test.csswg.org/suites/css-writing-modes-3_dev/nightly-unstable/ "> test suite</ a >
33
+ containing 1126 tests. Of those, 908 (80.6%) meet the CR exit criteria.</ p >
34
+ < p > This implementation report examines the remaining tests in more detail.
35
+ </ p >
27
36
< h2 > Tests that do not have 2 implementations</ h2 >
28
37
29
38
< table id ="less-than-2 " class ="results "> </ table >
You can’t perform that action at this time.
0 commit comments