回答編集履歴
1
書式の変更
answer
CHANGED
@@ -8,9 +8,9 @@
|
|
8
8
|
[10.6.2 Inline replaced elements, block-level replaced elements in normal flow, 'inline-block' replaced elements in normal flow and floating replaced elements | Visual formatting model details](https://www.w3.org/TR/CSS22/visudet.html#inline-replaced-height)
|
9
9
|
|
10
10
|
(勝手訳)
|
11
|
-
もし 'height' と 'width' の両方の計算値が 'auto' で、かつその要素が内在高さを持っている場合、内在高さは 'height' の使用値になります。
|
11
|
+
__もし 'height' と 'width' の両方の計算値が 'auto' で、かつその要素が内在高さを持っている場合、内在高さは 'height' の使用値になります。__
|
12
|
-
そうではなければ、もし 'height' の計算値が 'auto' で、かつその要素が内在アスペクト比を持っている場合、'height' の使用値は以下の通りです:
|
12
|
+
__そうではなければ、もし 'height' の計算値が 'auto' で、かつその要素が内在アスペクト比を持っている場合、'height' の使用値は以下の通りです:__
|
13
|
-
(width の使用値)/(内在アスペクト比)
|
13
|
+
__(width の使用値)/(内在アスペクト比)__
|
14
14
|
|
15
15
|
---
|
16
16
|
|