File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< meta charset ="utf-8 " />
3- < title > CSS Writing Modes implementaiton report</ title >
3+ < title > CSS Writing Modes implementation report</ title >
44< style >
55table .results {
66 border-collapse : collapse;
2323}
2424</ style >
2525< 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 >
2736 < h2 > Tests that do not have 2 implementations</ h2 >
2837
2938 < table id ="less-than-2 " class ="results "> </ table >
You can’t perform that action at this time.
0 commit comments