@@ -145,7 +145,7 @@ Logical Box Model Properties
145145 but the logical and physical properties share computed values.
146146 Which pairs of properties share computed values
147147 depends on the computed values of
148- 'writing-mode' , 'text-orientation' , and 'direction' .
148+ 'writing-mode' and 'direction' .
149149 For a summary of these dependencies, see
150150 <a href="https://drafts.csswg.org/css-writing-modes/#logical-to-physical">Abstract-to-Physical Mappings</a>
151151 in [[!CSS3-WRITING-MODES]] .
@@ -254,8 +254,8 @@ the margin- and offset- block-start/block-end/inline-start/inline-end properties
254254
255255 These properties correspond to the 'margin-top' , 'margin-bottom' ,
256256 'margin-left' , and 'margin-right' properties.
257- The mapping depends on the element's 'writing-mode' ,
258- 'direction' , and 'text-orientation' .
257+ The mapping depends on the element's 'writing-mode' and
258+ 'direction' .
259259
260260 <pre class="propdef">
261261 Name : offset-block-start, offset-block-end, offset-inline-start, offset-inline-end
@@ -270,7 +270,7 @@ the margin- and offset- block-start/block-end/inline-start/inline-end properties
270270
271271 These properties correspond to the 'top' , 'bottom' , 'left' , and 'right'
272272 properties. The mapping depends on the <em> parent element's</em>
273- 'writing-mode' , 'direction' , and 'text-orientation ' .
273+ 'writing-mode' and 'direction ' .
274274
275275<h3 id="border-padding">
276276 Logical Padding and Border: the padding- and border-<var>*</var>-
@@ -289,7 +289,7 @@ the margin- and offset- block-start/block-end/inline-start/inline-end properties
289289
290290 These properties correspond to the 'padding-top' , 'padding-bottom' ,
291291 'padding-left' , and 'padding-right' properties. The mapping depends on the
292- element's 'writing-mode' , 'direction' , and 'text-orientation ' .
292+ element's 'writing-mode' and 'direction ' .
293293
294294 <pre class="propdef">
295295 Name : border-block-start-width, border-block-end-width, border-inline-start-width, border-inline-end-width
@@ -304,7 +304,7 @@ the margin- and offset- block-start/block-end/inline-start/inline-end properties
304304
305305 These properties correspond to the 'border-top-width' , 'border-bottom-width' ,
306306 'border-left-width' , and 'border-right-width' properties. The mapping depends
307- on the element's 'writing-mode' , 'direction' , and 'text-orientation ' .
307+ on the element's 'writing-mode' and 'direction ' .
308308
309309 <pre class="propdef">
310310 Name : border-block-start-style, border-block-end-style, border-inline-start-style, border-inline-end-style
@@ -319,7 +319,7 @@ the margin- and offset- block-start/block-end/inline-start/inline-end properties
319319
320320 These properties correspond to the 'border-top-style' , 'border-bottom-style' ,
321321 'border-left-style' , and 'border-right-style' properties. The mapping depends
322- on the element's 'writing-mode' , 'direction' , and 'text-orientation ' .
322+ on the element's 'writing-mode' and 'direction ' .
323323
324324 <pre class="propdef">
325325 Name : border-block-start-color, border-block-end-color, border-inline-start-color, border-inline-end-color
@@ -334,7 +334,7 @@ the margin- and offset- block-start/block-end/inline-start/inline-end properties
334334
335335 These properties correspond to the 'border-top-color' , 'border-bottom-color' ,
336336 'border-left-color' , and 'border-right-color' properties. The mapping depends
337- on the element's 'writing-mode' , 'direction' , and 'text-orientation ' .
337+ on the element's 'writing-mode' and 'direction ' .
338338
339339 <pre class="propdef">
340340 Name : border-block-start, border-block-end, border-inline-start, border-inline-end
@@ -349,7 +349,7 @@ the margin- and offset- block-start/block-end/inline-start/inline-end properties
349349
350350 These properties correspond to the 'border-top' , 'border-bottom' ,
351351 'border-left' , and 'border-right' properties. The mapping depends on the
352- element's 'writing-mode' , 'direction' , and 'text-orientation ' .
352+ element's 'writing-mode' and 'direction ' .
353353
354354<h3 id="logical-shorthand-keyword">
355355Shorthand Properties with <css>logical</css> Keyword</h3>
0 commit comments