Skip to content

Commit 8f8b951

Browse files
[css-selectors-4] Fix interestefor typo w3c/csswg-drafts@25484a4
+編集(重複 id
1 parent 95672bf commit 8f8b951

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

selectors4-ja.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
●●options
191191

192192
spec_title:Selectors Level 4
193-
spec_date:2025-08-26
193+
spec_date:2025-08-28
194194
trans_update:2025-08-28
195195
source_checked:250506
196196
page_state_key:CSS
@@ -7143,9 +7143,9 @@ <h3 title="The Interest Pseudo-classes: :interest-source and :interest-target">9
71437143
利用者が実際に関心を指示している必要もある。
71447144
類似に, `interest-target$ps に合致する`関心~target$は、
71457145
それに~linkしている要素に利用者が`現在^em 関心を向けているものに限られる
7146-
— `interestefor^a 属性により指されたものすべてではなく。
7146+
— `interestfor^a 属性により指されたものすべてではなく。
71477147
7148-
Note: :interest-source only matches an interest source the user is currently interested in, not any element that can potentially have interest shown in it. In HTML, for example, just having the interestfor attribute does not make an element match this pseudo-class; the user has to actually indicate interest in it too. Similarly, :interest-target only matches an interest target that is linked to an element the user is currently interested in, not any element pointed to by an interestefor attribute.
7148+
Note: :interest-source only matches an interest source the user is currently interested in, not any element that can potentially have interest shown in it. In HTML, for example, just having the interestfor attribute does not make an element match this pseudo-class; the user has to actually indicate interest in it too. Similarly, :interest-target only matches an interest target that is linked to an element the user is currently interested in, not any element pointed to by an interestfor attribute.
71497149
</p>
71507150

71517151
</section>
@@ -9908,7 +9908,7 @@ <h2 title="API Hooks">19. ~API~hook</h2>
99089908
Are these still necessary now that we have more rigorous definitions for match and invalid selector? Nouns are a lot easier to coordinate across specification than predicates, and details like the exact order of elements returned from querySelector seem to make more sense being defined in the DOM specification than in Selectors.
99099909
</p>
99109910

9911-
<section id="parse-a-selector">
9911+
<section id="parse-selector">
99129912
<h3 title="Parse A Selector">19.1. 選択子の構文解析-法</h3>
99139913

99149914
<div class="algo">

0 commit comments

Comments
 (0)