File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Translations: [English (en)](README.md) · [日本語 (ja)](README.ja.md)
25
25
* [ 名前空間は省略する] ( #%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 )
26
26
* [ XML属性は使わない] ( #xml%E5%B1%9E%E6%80%A7%E3%81%AF%E4%BD%BF%E3%82%8F%E3%81%AA%E3%81%84 )
27
27
* [ ` 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 )
29
29
* [ 文書要素] ( #%E6%96%87%E6%9B%B8%E8%A6%81%E7%B4%A0 )
30
30
* [ ` lang ` 属性を追加する] ( #lang%E5%B1%9E%E6%80%A7%E3%82%92%E8%BF%BD%E5%8A%A0%E3%81%99%E3%82%8B )
31
31
* [ ` 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:
352
352
<img alt="HTML Best Practices" src="/img/logo.png" data-width="88" data-height="31" itemprop="image">
353
353
354
354
355
- ### 暗黙のセマンティクスを尊重する
355
+ ### 暗黙のARIAセマンティクスを尊重する
356
356
357
- いくつかの要素はHTML文章において暗黙のARIA roleを持っているので、指定してはいけません 。
357
+ いくつかの要素はHTML文章において暗黙のARIA roleを持っているので、それは指定しないようにしましょう 。
358
358
359
359
Bad:
360
360
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ For writing maintainable and scalable HTML documents
25
25
* [ Omit namespaces] ( #omit-namespaces )
26
26
* [ Don’t use XML attributes] ( #dont-use-xml-attributes )
27
27
* [ 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 )
29
29
* [ The root element] ( #the-root-element )
30
30
* [ Add ` lang ` attribute] ( #add-lang-attribute )
31
31
* [ Keep ` lang ` attribute value as short as possible] ( #keep-lang-attribute-value-as-short-as-possible )
@@ -356,9 +356,9 @@ Good:
356
356
<img alt="HTML Best Practices" src="/img/logo.png" data-width="88" data-height="31" itemprop="image">
357
357
358
358
359
- ### Prefer strong native semantics
359
+ ### Prefer implicit ARIA semantics
360
360
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 .
362
362
363
363
Bad:
364
364
You can’t perform that action at this time.
0 commit comments