回答編集履歴
1
追記
test
CHANGED
@@ -23,3 +23,35 @@
|
|
23
23
|
> style グローバル属性は、要素に適用する CSS スタイル宣言を包含します。
|
24
24
|
|
25
25
|
[style - HTML: HyperText Markup Language | MDN](https://developer.mozilla.org/ja/docs/Web/HTML/Global_attributes/style)
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
---
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
CSS transition もありえるかも?
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
>
|
38
|
+
|
39
|
+
0. **Transition declarations** [css-transitions-1]
|
40
|
+
|
41
|
+
0. Important user agent declarations
|
42
|
+
|
43
|
+
0. Important user declarations
|
44
|
+
|
45
|
+
0. **Important author declarations**
|
46
|
+
|
47
|
+
0. Animation declarations [css-animations-1]
|
48
|
+
|
49
|
+
0. Normal author declarations
|
50
|
+
|
51
|
+
0. Normal user declarations
|
52
|
+
|
53
|
+
0. Normal user agent declarations
|
54
|
+
|
55
|
+
>
|
56
|
+
|
57
|
+
[Origin and Importance | CSS Cascading and Inheritance Level 3](https://www.w3.org/TR/css-cascade-3/#cascade-origin)
|