@@ -36,16 +36,35 @@ url: https://www.w3.org/TR/pointerevents3/#pointerevent-interface; type: interfa
36
36
text: PointerEvent
37
37
url: https://dom.spec.whatwg.org/#concept-tree-ancestor; type: dfn;
38
38
text: ancestor
39
+ url: https://dom.spec.whatwg.org/#concept-event-initialize; type: dfn;
40
+ text: initialize an event
41
+ url: https://dom.spec.whatwg.org/#concept-event-create; type: dfn;
42
+ text: create a new event
43
+ text: creating a new event
44
+ urlPrefix: https://html.spec.whatwg.org/#; type: dfn; spec: html;
45
+ text: click focusable
46
+ text: focusable area
47
+ <!-- CSS -->
39
48
url: https://www.w3.org/TR/CSS21/visuren.html#x43; type: dfn;
40
49
text: stacking context
41
50
url: https://drafts.csswg.org/css-position-3/#positioned-box; type: dfn;
42
51
text: positioned
43
52
url: https://drafts.csswg.org/css-position-4/#paint-a-stacking-context; type: dfn;
44
53
text: painting a stacking context
54
+ url: https://drafts.csswg.org/cssom-view/#dom-document-elementfrompoint; type: dfn; spec: cssom-view
55
+ text: elementFromPoint
56
+ url: https://drafts.csswg.org/cssom-view/#dom-document-elementsfrompoint; type: dfn; spec: cssom-view
57
+ text: elementsFromPoint
45
58
</pre>
46
59
47
60
<pre class="link-defaults">
61
+ spec:css2; type:dfn; text:viewport
48
62
spec:dom; type:interface; text:Document
63
+ spec:dom; type:attribute; for:Event; text:bubbles
64
+ spec:dom; type:attribute; for:Event; text:cancelable
65
+ spec:dom; type:attribute; for:Event; text:composed
66
+ spec:dom; type:attribute; for:Event; text:target
67
+ spec:dom; type:attribute; for:Event; text:type
49
68
spec:dom; type:dfn; for:Event; text:target
50
69
spec:infra; type:dfn; text:code point
51
70
</pre>
@@ -76,25 +95,27 @@ spec:infra; type:dfn; text:code point
76
95
path: stylesheet-extra.include
77
96
</pre>
78
97
98
+ <!-- Introduction ========================================================== -->
79
99
<pre class="include">
80
100
path: sections/introduction.include
81
101
</pre>
82
102
103
+ <!-- Stylistic Conventions ================================================= -->
83
104
<pre class="include">
84
105
path: sections/conventions.include
85
106
</pre>
86
107
87
- <!-- Section 3: Architecture =============================================== -->
108
+ <!-- DOM Event Architecture = =============================================== -->
88
109
<pre class="include">
89
110
path: sections/architecture.include
90
111
</pre>
91
112
92
- <!-- Section 4: Basic Event Interfaces ===================================== -->
113
+ <!-- Basic Event Interfaces =========== ===================================== -->
93
114
<pre class="include">
94
115
path: sections/event-interfaces.include
95
116
</pre>
96
117
97
- <!-- Section 5: The Events ================================================= -->
118
+ <!-- Event Types ========== ================================================= -->
98
119
<section>
99
120
<pre class="include">
100
121
path: sections/event-types.include
@@ -122,47 +143,52 @@ path: sections/event-types-compositionevent.include
122
143
</pre>
123
144
</section>
124
145
125
- <!-- Section 6: Keyboard and key values ==================================== -->
146
+ <!-- Keyboard and key values =========== ==================================== -->
126
147
<pre class="include">
127
148
path: sections/keyboard.include
128
149
</pre>
129
150
130
- <!-- Appendix A: Legacy Event Initializers ================================= -->
151
+ <!-- External Algorithms =================================================== -->
152
+ <pre class="include">
153
+ path: sections/external-algorithms.include
154
+ </pre>
155
+
156
+ <!-- Legacy Event Initializers ============================================= -->
131
157
<pre class="include">
132
158
path: sections/legacy-event-initializers.include
133
159
</pre>
134
160
135
- <!-- Appendix B: Legacy Key Attributes == =================================== -->
161
+ <!-- Legacy Key & Mouse Event Attributes =================================== -->
136
162
<pre class="include">
137
163
path: sections/legacy-key-attributes.include
138
164
</pre>
139
165
140
- <!-- Appendix C: Legacy Event Types ======================================== -->
166
+ <!-- Legacy Event Types ============ ======================================== -->
141
167
<pre class="include">
142
168
path: sections/legacy-event-types.include
143
169
</pre>
144
170
145
- <!-- Appendix D: Extending Events ========================================== -->
171
+ <!-- Extending Events ============ ========================================== -->
146
172
<pre class="include">
147
173
path: sections/extending-events.include
148
174
</pre>
149
175
150
- <!-- Appendix E: Security Considerations =================================== -->
176
+ <!-- Security Considerations ============ =================================== -->
151
177
<pre class="include">
152
178
path: sections/security.include
153
179
</pre>
154
180
155
- <!-- Appendix F: Changes =================================================== -->
181
+ <!-- Changes ============ =================================================== -->
156
182
<pre class="include">
157
183
path: sections/changes.include
158
184
</pre>
159
185
160
- <!-- Appendix G: Acknowledgements ========================================== -->
186
+ <!-- Acknowledgements ============ ========================================== -->
161
187
<pre class="include">
162
188
path: sections/acknowledgements.include
163
189
</pre>
164
190
165
- <!-- Appendix H: Glossary ================================================= -->
191
+ <!-- Glossary ============= ================================================= -->
166
192
<pre class="include">
167
193
path: sections/glossary.include
168
194
</pre>
0 commit comments