Skip to content

Commit c031bee

Browse files
author
Jihye Hong
committed
[css-round-display] Modify the value rule of offset-rotation
1 parent 94019b0 commit c031bee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css-round-display/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ With the former, the position of the element changes when the value of the margi
764764
<h3 id="offset-rotation-property">Rotation at point: The 'offset-rotation' property</h3>
765765
<pre class='propdef'>
766766
Name: offset-rotation
767-
Value: [ auto | reverse ] && <<angle>>
767+
Value: [ auto | reverse ] || <<angle>>
768768
Initial: auto
769769
Applies to: All elements. In SVG, it applies to <a href="">container elements</a> excluding the <{defs}> element and all <a>graphics elements</a>
770770
Inherited: no

css-round-display/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ <h3 class="heading settled" data-level="7.5" id="offset-rotation-property"><span
10671067
<td><dfn class="dfn-paneled css" data-dfn-type="property" data-export="" id="propdef-offset-rotation">offset-rotation</dfn>
10681068
<tr class="value">
10691069
<th>Value:
1070-
<td class="prod">[ auto <a data-link-type="grammar" href="https://drafts.csswg.org/css-values-3/#comb-one">|</a> reverse ] <a data-link-type="grammar" href="https://drafts.csswg.org/css-values-3/#comb-all">&amp;&amp;</a> <a class="production css" data-link-type="type" href="https://drafts.csswg.org/css-values-3/#angle-value" title="Expands to: turn | rad | grad | deg">&lt;angle></a>
1070+
<td class="prod">[ auto <a data-link-type="grammar" href="https://drafts.csswg.org/css-values-3/#comb-one">|</a> reverse ] <a data-link-type="grammar" href="https://drafts.csswg.org/css-values-3/#comb-any">||</a> <a class="production css" data-link-type="type" href="https://drafts.csswg.org/css-values-3/#angle-value" title="Expands to: turn | rad | grad | deg">&lt;angle></a>
10711071
<tr>
10721072
<th>Initial:
10731073
<td>auto
@@ -1656,7 +1656,7 @@ <h2 class="no-num no-ref heading settled" id="property-index"><span class="conte
16561656
<td>as specified
16571657
<tr>
16581658
<th scope="row"><a class="css" data-link-type="property" href="#propdef-offset-rotation">offset-rotation</a>
1659-
<td>[ auto | reverse ] &amp;&amp; &lt;angle>
1659+
<td>[ auto | reverse ] || &lt;angle>
16601660
<td>auto
16611661
<td>All elements. In SVG, it applies to container elements excluding the defs element and all graphics elements
16621662
<td>no

0 commit comments

Comments
 (0)