diff --git a/data/yaml/faq/d0001.yaml b/data/yaml/faq/d0001.yaml index 7a78ce1..78f82e9 100644 --- a/data/yaml/faq/d0001.yaml +++ b/data/yaml/faq/d0001.yaml @@ -33,7 +33,9 @@ explanation: If you can't imagine what kind of information is lined up on the page just by reading the headings, there probably are not enough headings. guidelines: - gl-text-heading-label +- gl-markup-semantics checks: - '0271' info: - exp-text-wording +- exp-markup-semantics diff --git a/data/yaml/faq/p0005.yaml b/data/yaml/faq/p0005.yaml index 7b2b055..20b5add 100644 --- a/data/yaml/faq/p0005.yaml +++ b/data/yaml/faq/p0005.yaml @@ -3,6 +3,7 @@ updated: '2024-04-12' sortKey: 70060 tags: - screen-reader +- markup title: ja: "``hr`` 要素はスクリーン・リーダーにどのように読み上げられるべきか" en: Should the ``hr`` Element Be Read Aloud by Screen Readers, And How Should It Be Read? @@ -47,3 +48,7 @@ explanation: Furthermore, some screen readers offer features to jump to previous or next ``hr`` elements, which can make the presence of these elements conducive to efficient information retrieval. faqs: - p0004 +guidelines: +- gl-markup-semantics +info: +- exp-markup-semantics diff --git a/en/source/explanations/markup-semantics.rst b/en/source/explanations/markup-semantics.rst index 59c457a..492caa9 100644 --- a/en/source/explanations/markup-semantics.rst +++ b/en/source/explanations/markup-semantics.rst @@ -24,3 +24,6 @@ 支援技術が適切にコンテンツを解析し、ユーザーに伝えられるようにするために、コンテンツの内容に応じたセマンティクスを表す適切なマークアップを行うことが極めて重要です。 .. include:: /inc/info2gl/exp-markup-semantics.rst + +.. include:: /inc/info2faq/exp-markup-semantics.rst + diff --git a/ja/source/explanations/markup-semantics.rst b/ja/source/explanations/markup-semantics.rst index 59c457a..6db508f 100644 --- a/ja/source/explanations/markup-semantics.rst +++ b/ja/source/explanations/markup-semantics.rst @@ -24,3 +24,5 @@ 支援技術が適切にコンテンツを解析し、ユーザーに伝えられるようにするために、コンテンツの内容に応じたセマンティクスを表す適切なマークアップを行うことが極めて重要です。 .. include:: /inc/info2gl/exp-markup-semantics.rst + +.. include:: /inc/info2faq/exp-markup-semantics.rst