構造ナビゲーションのテスト文書のスケッチ - Advanced-Publishing-Laboratory/A11Y GitHub Wiki

Clause間の移動(三つしかClauseがない文書)

先頭Clauseに移動、直後のClauseに移動、最後のClauseに移動、直後のClauseに移動出来ないことを確認、直前のClauseに移動、直前のClauseに移動、直前のClauseに移動出来ないことを確認

- visit the first clause;
- visit the last clause;
- try to visit the next clause and fail;
- visit the previous clause;
- visit the previous clause; and
- try to visit the previous clause and fail.


# Foo #

Foo foo foo foo

# Bar #

Bar bar bar bar 

# Baz #

Baz baz baz baz

段落間の移動

先頭Clauseに移動、先頭段落に移動、直前の段落に移動出来ないことを確認、直後の段落に移動、直前の段落に移動、最後の段落に移動、直後の段落に移動出来ないことを確認

- visit the first clause;
- visit the first para in this clause;
- try to visit the previous para and fail;
- visit the next para in this clause;
- visit the first para in this clause;
- visit the last para in this clause;
- try to visit the next para in this clause and fail.

# Foo #

Foo foo foo foo

Bar bar bar bar

Baz baz baz baz

# Bar

Bar bar bar bar

Clause-section-subsection間の移動

先頭Clauseに移動、このClauseの最後のSectionに移動、このSectionの最後のSubSectionに移動, 現在のSection(見出し位置)に移動

- visit the first clause;
- visit the last section in this clause;
- visit the last subsection in this section;
- visit the beginning of the current section


# Foo #
## Baz Extra ##
## Bar ##
### Baz Extra A ###
### Baz Extra X ###
### Baz 9 ###
# Foo extra #
⚠️ **GitHub.com Fallback** ⚠️