Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d66b1f

Browse files
authored
Merge pull request hail2u#38 from hail2u/aria
Wording correction around ARIA
2 parents 91d63b9 + 662fe71 commit 7d66b1f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.ja.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Translations: [English (en)](README.md) · [日本語 (ja)](README.ja.md)
2525
* [名前空間は省略する](#%E5%90%8D%E5%89%8D%E7%A9%BA%E9%96%93%E3%81%AF%E7%9C%81%E7%95%A5%E3%81%99%E3%82%8B)
2626
* [XML属性は使わない](#xml%E5%B1%9E%E6%80%A7%E3%81%AF%E4%BD%BF%E3%82%8F%E3%81%AA%E3%81%84)
2727
* [`data-*`とMicrodata、RDFa Lite用の属性と通常の属性を混ぜない](#data-%E3%81%A8microdatardfa-lite%E7%94%A8%E3%81%AE%E5%B1%9E%E6%80%A7%E3%81%A8%E9%80%9A%E5%B8%B8%E3%81%AE%E5%B1%9E%E6%80%A7%E3%82%92%E6%B7%B7%E3%81%9C%E3%81%AA%E3%81%84)
28-
* [暗黙のセマンティクスを尊重する](#%E6%9A%97%E9%BB%99%E3%81%AE%E3%82%BB%E3%83%9E%E3%83%B3%E3%83%86%E3%82%A3%E3%82%AF%E3%82%B9%E3%82%92%E5%B0%8A%E9%87%8D%E3%81%99%E3%82%8B)
28+
* [暗黙のARIAセマンティクスを尊重する](#%E6%9A%97%E9%BB%99%E3%81%AEaria%E3%82%BB%E3%83%9E%E3%83%B3%E3%83%86%E3%82%A3%E3%82%AF%E3%82%B9%E3%82%92%E5%B0%8A%E9%87%8D%E3%81%99%E3%82%8B)
2929
* [文書要素](#%E6%96%87%E6%9B%B8%E8%A6%81%E7%B4%A0)
3030
* [`lang`属性を追加する](#lang%E5%B1%9E%E6%80%A7%E3%82%92%E8%BF%BD%E5%8A%A0%E3%81%99%E3%82%8B)
3131
* [`lang`属性の値はできる限り短くする](#lang%E5%B1%9E%E6%80%A7%E3%81%AE%E5%80%A4%E3%81%AF%E3%81%A7%E3%81%8D%E3%82%8B%E9%99%90%E3%82%8A%E7%9F%AD%E3%81%8F%E3%81%99%E3%82%8B)
@@ -352,9 +352,9 @@ Good:
352352
<img alt="HTML Best Practices" src="/img/logo.png" data-width="88" data-height="31" itemprop="image">
353353

354354

355-
### 暗黙のセマンティクスを尊重する
355+
### 暗黙のARIAセマンティクスを尊重する
356356

357-
いくつかの要素はHTML文章において暗黙のARIA roleを持っているので、指定してはいけません
357+
いくつかの要素はHTML文章において暗黙のARIA roleを持っているので、それは指定しないようにしましょう
358358

359359
Bad:
360360

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For writing maintainable and scalable HTML documents
2525
* [Omit namespaces](#omit-namespaces)
2626
* [Don’t use XML attributes](#dont-use-xml-attributes)
2727
* [Don’t mix `data-*`, Microdata, and RDFa Lite attributes with common attributes](#dont-mix-data--microdata-and-rdfa-lite-attributes-with-common-attributes)
28-
* [Prefer strong native semantics](#prefer-strong-native-semantics)
28+
* [Prefer implicit ARIA semantics](#prefer-implicit-aria-semantics)
2929
* [The root element](#the-root-element)
3030
* [Add `lang` attribute](#add-lang-attribute)
3131
* [Keep `lang` attribute value as short as possible](#keep-lang-attribute-value-as-short-as-possible)
@@ -356,9 +356,9 @@ Good:
356356
<img alt="HTML Best Practices" src="/img/logo.png" data-width="88" data-height="31" itemprop="image">
357357

358358

359-
### Prefer strong native semantics
359+
### Prefer implicit ARIA semantics
360360

361-
Some element has a implicit ARIA role in an HTML document, don’t specify.
361+
Some element has a implicit ARIA role in an HTML document, don’t specify it.
362362

363363
Bad:
364364

0 commit comments

Comments
 (0)