Skip to content

Commit

Permalink
Change assert comment according to note by Aharon Lanin
Browse files Browse the repository at this point in the history
  • Loading branch information
shaib committed Jan 22, 2012
1 parent 71ae7b2 commit 0f08852
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions html5/input-dir-auto/1/dir_auto-input-R-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com">
<link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-dir-attribute">
<meta name="assert" content="
When dir='auto', the direction is set according to the first strong character
of the text.
When dir='auto', the direction of an input element is set according to
the first strong character of its value.
In this test, it is the Hebrew letter Alef, thus the direction must be
resolved as RTL.">
<style>
Expand Down
4 changes: 2 additions & 2 deletions html5/input-dir-auto/1/dir_auto-input-R.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com">
<link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-dir-attribute">
<meta name="assert" content="
When dir='auto', the direction is set according to the first strong character
of the text.
When dir='auto', the direction of an input element is set according to
the first strong character of its value.
In this test, it is the Hebrew letter Alef, thus the direction must be
resolved as RTL.">
<style>
Expand Down
4 changes: 2 additions & 2 deletions html5/input-dir-auto/2/dir_auto-input-L-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com">
<link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-dir-attribute">
<meta name="assert" content="
When dir='auto', the direction is set according to the first strong character
of the text.
When dir='auto', the direction of an input element is set according to
the first strong character of its value.
In this test, it is the Latin letter A, thus the direction must be
resolved as LTR.">
<style>
Expand Down
4 changes: 2 additions & 2 deletions html5/input-dir-auto/2/dir_auto-input-L.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com">
<link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-dir-attribute">
<meta name="assert" content="
When dir='auto', the direction is set according to the first strong character
of the text.
When dir='auto', the direction of an input element is set according to
the first strong character of its value.
In this test, it is the Latin letter A, thus the direction must be
resolved as LTR.">
<style>
Expand Down
4 changes: 2 additions & 2 deletions html5/input-dir-auto/3/dir_auto-input-EN-R-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com">
<link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-dir-attribute">
<meta name="assert" content="
When dir='auto', the direction is set according to the first strong character
of the text.
When dir='auto', the direction of an input element is set according to
the first strong character of its value.
In this test, it is the Hebrew letter Alef since digits are not strongly
directional, thus the direction must be resolved as RTL.">
<style>
Expand Down
4 changes: 2 additions & 2 deletions html5/input-dir-auto/3/dir_auto-input-EN-R.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com">
<link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-dir-attribute">
<meta name="assert" content="
When dir='auto', the direction is set according to the first strong character
of the text.
When dir='auto', the direction of an input element is set according to
the first strong character of its value.
In this test, it is the Hebrew letter Alef since digits are not strongly
directional, thus the direction must be resolved as RTL.">
<style>
Expand Down
4 changes: 2 additions & 2 deletions html5/input-dir-auto/4/dir_auto-input-EN-L-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com">
<link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-dir-attribute">
<meta name="assert" content="
When dir='auto', the direction is set according to the first strong character
of the text.
When dir='auto', the direction of an input element is set according to
the first strong character of its value.
In this test, it is the Latin letter A since digits are not strongly
directional, thus the direction must be resolved as LTR.">
<style>
Expand Down
4 changes: 2 additions & 2 deletions html5/input-dir-auto/4/dir_auto-input-EN-L.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com">
<link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-dir-attribute">
<meta name="assert" content="
When dir='auto', the direction is set according to the first strong character
of the text.
When dir='auto', the direction of an input element is set according to
the first strong character of its value.
In this test, it is the Latin letter A since digits are not strongly
directional, thus the direction must be resolved as LTR.">
<style>
Expand Down
4 changes: 2 additions & 2 deletions html5/input-dir-auto/5/dir_auto-input-N-EN-R-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com">
<link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-dir-attribute">
<meta name="assert" content="
When dir='auto', the direction is set according to the first strong character
of the text.
When dir='auto', the direction of an input element is set according to
the first strong character of its value.
In this test, it is the Hebrew letter Alef since neutrals and digits are not
strongly directional, thus the direction must be resolved as RTL.">
<style>
Expand Down
4 changes: 2 additions & 2 deletions html5/input-dir-auto/5/dir_auto-input-N-EN-R.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com">
<link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-dir-attribute">
<meta name="assert" content="
When dir='auto', the direction is set according to the first strong character
of the text.
When dir='auto', the direction of an input element is set according to
the first strong character of its value.
In this test, it is the Hebrew letter Alef since neutrals and digits are not
strongly directional, thus the direction must be resolved as RTL.">
<style>
Expand Down
4 changes: 2 additions & 2 deletions html5/input-dir-auto/6/dir_auto-input-N-EN-L-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com">
<link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-dir-attribute">
<meta name="assert" content="
When dir='auto', the direction is set according to the first strong character
of the text.
When dir='auto', the direction of an input element is set according to
the first strong character of its value.
In this test, it is the Latin letter A since neutrals and digits are not
strongly directional, thus the direction must be resolved as LTR.">
<style>
Expand Down
4 changes: 2 additions & 2 deletions html5/input-dir-auto/6/dir_auto-input-N-EN-L.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com">
<link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-dir-attribute">
<meta name="assert" content="
When dir='auto', the direction is set according to the first strong character
of the text.
When dir='auto', the direction of an input element is set according to
the first strong character of its value.
In this test, it is the Latin letter A since neutrals and digits are not
strongly directional, thus the direction must be resolved as LTR.">
<style>
Expand Down
4 changes: 2 additions & 2 deletions html5/input-dir-auto/7/dir_auto-input-N-R-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com">
<link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-dir-attribute">
<meta name="assert" content="
When dir='auto', the direction is set according to the first strong character
of the text.
When dir='auto', the direction of an input element is set according to
the first strong character of its value.
In this test, it is the Hebrew letter Alef since neutrals are not
strongly directional, thus the direction must be resolved as RTL.">
<style>
Expand Down
4 changes: 2 additions & 2 deletions html5/input-dir-auto/7/dir_auto-input-N-R.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com">
<link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-dir-attribute">
<meta name="assert" content="
When dir='auto', the direction is set according to the first strong character
of the text.
When dir='auto', the direction of an input element is set according to
the first strong character of its value.
In this test, it is the Hebrew letter Alef since neutrals are not
strongly directional, thus the direction must be resolved as RTL.">
<style>
Expand Down
4 changes: 2 additions & 2 deletions html5/input-dir-auto/8/dir_auto-input-N-L-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com">
<link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-dir-attribute">
<meta name="assert" content="
When dir='auto', the direction is set according to the first strong character
of the text.
When dir='auto', the direction of an input element is set according to
the first strong character of its value.
In this test, it is the Latin letter A since neutrals are not
strongly directional, thus the direction must be resolved as LTR.">
<style>
Expand Down
4 changes: 2 additions & 2 deletions html5/input-dir-auto/8/dir_auto-input-N-L.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com">
<link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-dir-attribute">
<meta name="assert" content="
When dir='auto', the direction is set according to the first strong character
of the text.
When dir='auto', the direction of an input element is set according to
the first strong character of its value.
In this test, it is the Latin letter A since neutrals are not
strongly directional, thus the direction must be resolved as LTR.">
<style>
Expand Down

0 comments on commit 0f08852

Please sign in to comment.