回答編集履歴

1

markdown修正、HTML追記

2015/10/13 07:32

投稿

think49
think49

スコア18166

test CHANGED
@@ -2,4 +2,34 @@
2
2
 
3
3
 
4
4
 
5
+ ```HTML
6
+
7
+ <style>
8
+
9
+ .sample span {
10
+
11
+ color: red;
12
+
13
+ }
14
+
15
+ .sample>span {
16
+
17
+ color: green;
18
+
19
+ }
20
+
21
+ </style>
22
+
23
+ </head>
24
+
25
+ <body>
26
+
27
+ <div class="sample"><span>子要素</span></div>
28
+
29
+ <div class="sample"><span><span>孫要素</span></span></div>
30
+
31
+ ```
32
+
33
+
34
+
5
- - [13.1. 子孫結合子 ( SPACE ) または (>>) - Selectors Level 4 日本語訳](http://www.hcn.zaq.ne.jp/___/WEB/selectors4-ja.html#descendant-combinators)
35
+ - [13.1. 子孫結合子 ( SPACE ) または (>>) - Selectors Level 4 (日本語訳)](http://www.hcn.zaq.ne.jp/___/WEB/selectors4-ja.html#descendant-combinators)