回答編集履歴
1
追記
answer
CHANGED
@@ -10,4 +10,20 @@
|
|
10
10
|
あるいは、style 属性とか。
|
11
11
|
|
12
12
|
> style グローバル属性は、要素に適用する CSS スタイル宣言を包含します。
|
13
|
-
[style - HTML: HyperText Markup Language | MDN](https://developer.mozilla.org/ja/docs/Web/HTML/Global_attributes/style)
|
13
|
+
[style - HTML: HyperText Markup Language | MDN](https://developer.mozilla.org/ja/docs/Web/HTML/Global_attributes/style)
|
14
|
+
|
15
|
+
---
|
16
|
+
|
17
|
+
CSS transition もありえるかも?
|
18
|
+
|
19
|
+
>
|
20
|
+
0. **Transition declarations** [css-transitions-1]
|
21
|
+
0. Important user agent declarations
|
22
|
+
0. Important user declarations
|
23
|
+
0. **Important author declarations**
|
24
|
+
0. Animation declarations [css-animations-1]
|
25
|
+
0. Normal author declarations
|
26
|
+
0. Normal user declarations
|
27
|
+
0. Normal user agent declarations
|
28
|
+
>
|
29
|
+
[Origin and Importance | CSS Cascading and Inheritance Level 3](https://www.w3.org/TR/css-cascade-3/#cascade-origin)
|