@@ -177,6 +177,7 @@ Logical Values for the 'caption-side' Property</h3>
177177 <pre class="propdef partial">
178178 Name : caption-side
179179 New values : inline-start | inline-end
180+ Computed value : as specified
180181 </pre>
181182
182183 These two values are added only for implementations that support
@@ -196,6 +197,7 @@ Flow-Relative Values for the 'float' and 'clear' Properties</h3>
196197 <pre class="propdef partial">
197198 Name : float, clear
198199 New values : inline-start | inline-end
200+ Computed value : as specified
199201 </pre>
200202
201203 The mapping on these properties uses the <a>writing mode</a> of the element’s <a>containing block</a> .
@@ -210,6 +212,7 @@ Flow-Relative Values for the 'text-align' Property</h3>
210212 <pre class="propdef partial">
211213 Name : text-align
212214 New values : start | end
215+ Computed value : as specified
213216 </pre>
214217
215218 These values are normatively defined in [[!CSS3TEXT]] .
@@ -220,6 +223,7 @@ Flow-Relative Values for the 'resize' Property</h3>
220223 <pre class="propdef partial">
221224 Name : resize
222225 New values : block | inline
226+ Computed value : as specified
223227 </pre>
224228
225229<h2 id="page">
@@ -247,7 +251,8 @@ Flow-Relative Page Classifications</h2>
247251 and 'right' in right-to-left page progressions.
248252 </dl>
249253
250- These values are further defined in [[!CSS3-BREAK]] .
254+ These values are computed as specified
255+ and are further defined in [[!css-break-3]] .
251256
252257 Although authors typically place page numbers using physical placements,
253258 the contents of headers often follows conventions depending
0 commit comments