Skip to content

footer and header element context as landmarks (main element context change from parent to descendant) #65

Closed
@jasonkiss

Description

@jasonkiss

From @jongund on May 6, 2016 15:34

Recommend changing:

"footer (nearest ancestor sectioning content or sectioning root element is not body, or parent is main)"
to
"footer (nearest ancestor sectioning content or sectioning root element is not body or is a descendant of main)"

"footer (nearest ancestor sectioning content or sectioning root element is body)"
to
"footer (nearest ancestor sectioning content or sectioning root element is body and not a descendant of main)"

"header (nearest ancestor sectioning content or sectioning root element is not body, or parent is main)"
to
"header (nearest ancestor sectioning content or sectioning root element is not body or is a descendant of main)"

"header (nearest ancestor sectioning content or sectioning root element is body)"
to
"header (nearest ancestor sectioning content or sectioning root element is body and not a descendant of main)"

Copied from original issue: w3c/aria#362

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions