Skip to content

Commit 6e153f5

Browse files
authored
Update implementation-report.html
Add an introduction section
1 parent 46432b4 commit 6e153f5

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

css-writing-modes-3/implementation-report.html

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>
55
table.results {
66
border-collapse: collapse;
@@ -23,7 +23,16 @@
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>

0 commit comments

Comments
 (0)