回答編集履歴

3

document\.head or document\.body

2017/08/26 03:49

投稿

think49
think49

スコア18166

test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  ```
22
22
 
23
- window --- document --- document.documentElement (html要素)
23
+ window --- document --- document.documentElement (html要素) --- document.head or document.body
24
24
 
25
25
  ```
26
26
 

2

markdown修正

2017/08/26 03:49

投稿

think49
think49

スコア18166

test CHANGED
@@ -30,9 +30,9 @@
30
30
 
31
31
 
32
32
 
33
- UI Events に "document root" という用語はありません。
33
+ UI Events に ドキュメントルート(document root) という用語はありません。
34
34
 
35
- ルート要素(root element )はあります。
35
+ **ルート要素(root element**)はあります。
36
36
 
37
37
  https://triple-underscore.github.io/uievents-ja.html#root-element
38
38
 

1

HTML文書では

2017/08/26 03:46

投稿

think49
think49

スコア18166

test CHANGED
@@ -11,6 +11,10 @@
11
11
  https://www.w3.org/TR/uievents/
12
12
 
13
13
  https://triple-underscore.github.io/uievents-ja.html#event-flow
14
+
15
+
16
+
17
+ **HTML文書では**、次の構造となります。
14
18
 
15
19
 
16
20