Skip to content

Commit a5d06cd

Browse files
committed
[css-logical-1] Fix border-*-*-radius not being shorthand properties
1 parent 51a19a5 commit a5d06cd

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

css-logical-1/Overview.bs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,9 +552,15 @@ the 'border-block-start', 'border-block-end', 'border-inline-start', 'border-inl
552552
Flow-relative Border-radius Shorthands:
553553
the 'border-start-start-radius', 'border-start-end-radius', 'border-end-start-radius', 'border-end-end-radius' properties</h3>
554554

555-
<pre class="propdef shorthand">
555+
<pre class="propdef">
556556
Name: border-start-start-radius, border-start-end-radius, border-end-start-radius, border-end-end-radius
557557
Value: <<'border-top-left-radius'>>
558+
Initial: Same as 'border-top-left-radius'
559+
Applies to: all elements
560+
Inherited: no
561+
Percentages: Same as 'border-top-left-radius'
562+
Computed value: Same as corresponding physical 'border-*-radius' properties
563+
Animatable: Same as 'border-top-left-radius'
558564
</pre>
559565

560566
These properties correspond to the

0 commit comments

Comments
 (0)