diff --git a/techniques/general/G224.html b/techniques/general/G224.html index a456591fbc..c7a4bef11a 100644 --- a/techniques/general/G224.html +++ b/techniques/general/G224.html @@ -153,7 +153,7 @@

Tests

Procedure for list example

  1. Display the web page in a user agent where the page can be zoomed, or the user agent can be resized.
  2. -
  3. Zoom in or resize the browser window so that the viewport is equivallent to 320 CSS pixels wide.
  4. +
  5. Zoom in or resize the browser window so that the viewport is equivalent to 320 CSS pixels wide.
  6. The list content fits within the width so that it is only necessary so scroll vertically to read the list.
  7. 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.
@@ -167,7 +167,7 @@

Tests

Procedure for code snippets

  1. Display the web page in a user agent where the page can be zoomed, or the user agent can be resized.
  2. -
  3. Zoom in or resize the browser window so that the viewport is equivallent to 320 CSS pixels wide.
  4. +
  5. Zoom in or resize the browser window so that the viewport is equivalent to 320 CSS pixels wide.
  6. The code snippets fits within the width so that it is only necessary so scroll vertically to read each line of code.
  7. Or, for code where non-wrapping lines are not essential, the code wraps or a mechanism is provided to allow line wrapping.
  8. Or, the indentation and linebreaks are meaningful to the code language.