-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1859975 [wpt PR 42625] - typo in tutorial, a=testonly
Automatic update from web-platform-tests typo in tutorial -- wpt-commits: 537ded345eddfb864fc795ce3a6dd4e1bbf28976 wpt-pr: 42625 UltraBlame original commit: 483259fbc059a728dc4dc111b1f118cf796dc657
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,7 +68,7 @@ Here's one way to demonstrate the feature: | |
<meta charset="utf-8"> | ||
<title>BDO element dir=rtl</title> | ||
<link rel="help" href="https://html.spec.whatwg.org/#the-bdo-element"> | ||
<meta name="assert" content="BDO element's DIR content attribute renders corrently given value of 'rtl'."> | ||
<meta name="assert" content="BDO element's DIR content attribute renders correctly given value of 'rtl'."> | ||
|
||
<p>Test passes if WAS is displayed below.</p> | ||
<bdo dir="rtl">SAW</bdo> | ||
|
@@ -101,7 +101,7 @@ That's pretty dense! Let's break it down: | |
for a feature outside of CSS, feel free to omit this tag. | ||
|
||
- ```html | ||
<meta name="assert" content="BDO element's DIR content attribute renders corrently given value of 'rtl'."> | ||
<meta name="assert" content="BDO element's DIR content attribute renders correctly given value of 'rtl'."> | ||
``` | ||
|
||
The "assert" metadata is a structured way for you to describe exactly what | ||
|
@@ -188,7 +188,7 @@ summary: | |
<link rel="author" title="Sam Smith" href="mailto:[email protected]"> | ||
<link rel="help" href="https://html.spec.whatwg.org/#the-bdo-element"> | ||
+<link rel="match" href="rtl-ref.html"> | ||
<meta name="assert" content="BDO element's DIR content attribute renders corrently given value of 'rtl'."> | ||
<meta name="assert" content="BDO element's DIR content attribute renders correctly given value of 'rtl'."> | ||
|
||
<p>Test passes if WAS is displayed below.</p> | ||
<bdo dir="rtl">SAW</bdo> | ||
|