You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: techniques/general/G224.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ <h2>Tests</h2>
153
153
<sectionclass="procedure"><h3>Procedure for list example</h3>
154
154
<ol>
155
155
<li>Display the web page in a user agent where the page can be zoomed, or the user agent can be resized.</li>
156
-
<li>Zoom in or resize the browser window so that the viewport is equivallent to 320 CSS pixels wide.</li>
156
+
<li>Zoom in or resize the browser window so that the viewport is equivalent to 320 CSS pixels wide.</li>
157
157
<li>The list content fits within the width so that it is only necessary so scroll vertically to read the list.</li>
158
158
<li>Or, each nested list can be horizontally scrolled into view. Only vertical scrolling is necessary to read the content of list items within each specific nested list level.</li>
159
159
</ol>
@@ -167,7 +167,7 @@ <h2>Tests</h2>
167
167
<sectionclass="procedure"><h3>Procedure for code snippets</h3>
168
168
<ol>
169
169
<li>Display the web page in a user agent where the page can be zoomed, or the user agent can be resized.</li>
170
-
<li>Zoom in or resize the browser window so that the viewport is equivallent to 320 CSS pixels wide.</li>
170
+
<li>Zoom in or resize the browser window so that the viewport is equivalent to 320 CSS pixels wide.</li>
171
171
<li>The code snippets fits within the width so that it is only necessary so scroll vertically to read each line of code.</li>
172
172
<li>Or, for code where non-wrapping lines are not essential, the code wraps or a mechanism is provided to allow line wrapping.</li>
173
173
<li>Or, the indentation and linebreaks are meaningful to the code language.
0 commit comments