http://oshiete1.goo.ne.jp/qa5453895.html
ある要素の "att" 属性の値が空白区切りの "語" リストであり,そのうち一つが "val" の通りである時に一致します。
========================================
>ある要素の "att" 属性の値がハイフン区切りの "語" リストであり,それが "val" で始る時に一致します。
>[att|=val]
>Represents an element with the att attribute, its value either being exactly "val" or beginning with "val" immediately followed by "-" (U+002D). This is primarily intended to allow language subcode matches (e.g., the hreflang attribute on the a element in HTML) as described in BCP 47 ([BCP47]) or its successor. For lang (or xml:lang) language subcode matching, please see the :lang pseudo-class.
list of wordsとは言っていないような。まぁ結果は同じになるだろうけど。
ある要素の "att" 属性の値が空白区切りの "語" リストであり,そのうち一つが "val" の通りである時に一致します。
========================================
>ある要素の "att" 属性の値がハイフン区切りの "語" リストであり,それが "val" で始る時に一致します。
>[att|=val]
>Represents an element with the att attribute, its value either being exactly "val" or beginning with "val" immediately followed by "-" (U+002D). This is primarily intended to allow language subcode matches (e.g., the hreflang attribute on the a element in HTML) as described in BCP 47 ([BCP47]) or its successor. For lang (or xml:lang) language subcode matching, please see the :lang pseudo-class.
list of wordsとは言っていないような。まぁ結果は同じになるだろうけど。