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
{{ message }}
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
C8 and F32 can also be not applicable if there is no spacing. So when C8 pass, F32 pass as well, when C8 is n/a, F32 is n/a as well, and when C8 fails, F32 fails as well.
C6 is counterpart to F1
Can C6/F1 be not applicable?
C8, H34 and H56 can all be not applicable. Is then the success criterion met only when C6 is used? And are the techniques OR or AND?
G57 has to granularity levels: sequences and page.
F49 has a applicablity criterion: layout table
G57 on page level implies using layout tables, with F49 as counterpart: "At a larger granularity, controlling the placement of blocks of content in an HTML document using layout tables may produce a rendering in which related information is positioned together visually, but separated in the content stream. Since layout tables are read row by row, if the caption of an illustration is placed in the row following the illustration, it may be impossible to associate the caption with the image."
the difference of the two options are not clear to me. Layout tables should always be in meaningful sequence by F47. So even if someone decide to implement G57 on sequence level and not for layouttables, it will still fail by F47.
The text was updated successfully, but these errors were encountered:
When the sequence in which content is presented affects its meaning, a correct reading sequence can be programmatically determined.
Scope selector
HTML page
Applicability
When the sequence in which content is presented affects its meaning
HTML Failures
Plain text Failures
Question: is this in scope for HTML?
Techniques
OR
AND Marking sequences in the content as meaningful with
OR
Relationship
The text was updated successfully, but these errors were encountered: