回答編集履歴

3

修正内容が反映されない為、再度編集を適用(変更点なし)

2019/05/11 08:26

投稿

think49
think49

スコア18164

test CHANGED
File without changes

2

DOM Standardのリンク追加

2019/05/11 08:26

投稿

think49
think49

スコア18164

test CHANGED
@@ -35,6 +35,10 @@
35
35
  **shadow DOM**は、DOMツリー上から隠れたDOMですので、CSSの適用範囲外となります。
36
36
 
37
37
 
38
+
39
+ - [4.8. ShadowRoot インタフェース - DOM Standard 日本語訳](https://triple-underscore.github.io/DOM4-ja.html#interface-shadowroot)
40
+
41
+ - [4.8. Interface ShadowRoot - DOM Standard](https://dom.spec.whatwg.org/#interface-shadowroot)
38
42
 
39
43
  - [shadow DOM の使い方 - Web Components | MDN](https://developer.mozilla.org/ja/docs/Web/Web_Components/Using_shadow_DOM)
40
44
 

1

typo修正

2019/05/11 08:21

投稿

think49
think49

スコア18164

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  CSSはCSSを宣言したのと同じDOMツリー上の全ての要素に影響します。
6
6
 
7
- 従って、ご質問の例であれば、通常はセレクタ2つ作成して、適用範囲を分割します。
7
+ 従って、ご質問の例であれば、通常は**セレクタ2つ作成**して、適用範囲を分割します。
8
8
 
9
9
 
10
10