Skip to content

What does "content" mean in SC 1.4.10 ReflowΒ #2073

@JAWS-test

Description

@JAWS-test

1.4.10 Reflow specifies that "content" may not be scrolled two-dimensionally at 320px width or 265px height (with a few exceptions).

But what is "content" in the context of 1.4.10?

  1. the entire page
  2. a contiguous block of text
  3. a paragraph of text
  4. a visual page area that could be marked up with a landmark region, for example (e.g., the main menu in the navigation region)
  5. a column in the page layout
  6. something completely different?

The answer seems important to me, as it seems that a page is allowed to have several different contents that have different scrolling directions (see #2063 (comment) and #2063 (comment))

A few examples where I don't know if 1.4.10 is met or not:

  1. the menu must be scrolled only horizontally, the rest of the page only vertically.
  2. a text with 2 columns, in each column I have to scroll only vertically, but to get to the next column I have to scroll horizontally
  3. text that needs to be scrolled horizontally at 320px, but not vertically, although the text is horizontal (e.g. a text in English language)
  4. the same text as in example 3, but it has to be scrolled horizontally already at 1280px, but not vertically (and at 320px as well, although with more scrolling effort due to the 400% zoom)
  5. a form with 2 columns, which has to be scrolled vertically and horizontally, but horizontally only to get to the 2nd column (the filling direction in the form is from top to bottom, then to the 2nd column).
  6. a form with 2 columns, which has to be scrolled vertically and horizontally, but horizontally only to get to the 2nd column (but the filling direction in the form is from left to right, i.e. you have to switch constantly between left and right)
  7. the same form as in 6. but it must be scrolled already at 1280px between the two columns

There is a definition of "content" in WCAG glossary which in my opinion, however, does not help in answering the question:

information and sensory experience to be communicated to the user by means of a user agent, including code or markup that defines the content's structure, presentation, and interactions

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions