回答編集履歴
2
markdown
answer
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
- [https://triple-underscore.github.io/css-sizing-ja.html#preferred-size-properties](https://triple-underscore.github.io/css-sizing-ja.html#preferred-size-properties)
|
22
22
|
|
23
|
-
> |
|
23
|
+
> |項目|説明|
|
24
24
|
> |:--|:--|
|
25
25
|
> |名前|width, height|
|
26
26
|
> |適用対象|すべての要素 — ただし,置換されない行内【すなわち行内ボックス】は除く。|
|
1
width, height
answer
CHANGED
@@ -16,4 +16,15 @@
|
|
16
16
|
width指定で幅が変化するのは**CSSの影響**です。
|
17
17
|
「インライン要素」のようなHTMLの用語は忘れて下さい。
|
18
18
|
|
19
|
+
### width, height プロパティ
|
20
|
+
|
21
|
+
- [https://triple-underscore.github.io/css-sizing-ja.html#preferred-size-properties](https://triple-underscore.github.io/css-sizing-ja.html#preferred-size-properties)
|
22
|
+
|
23
|
+
> |名前|値|
|
24
|
+
> |:--|:--|
|
25
|
+
> |名前|width, height|
|
26
|
+
> |適用対象|すべての要素 — ただし,置換されない行内【すなわち行内ボックス】は除く。|
|
27
|
+
|
28
|
+
従って、置換要素は「適用対象」に含まれます。
|
29
|
+
|
19
30
|
Re: Hedgehog9 さん
|