Skip to content

Commit 4b857b8

Browse files
committed
[css-values] Comment out vi and vb, since they go into L4, and we haven't forked yet because of calc() serialization section (which maybe should move to L4 itself so we can update the L3 CR and fork).
1 parent 895c027 commit 4b857b8

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

css-values/Overview.bs

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -889,10 +889,12 @@ Relative lengths</h3>
889889
<td>1% of viewport's width
890890
<tr><td>''vh''
891891
<td>1% of viewport's height
892+
<!--
892893
<tr><td>''vi''
893894
<td>1% of viewport's size in the root element's <a>inline axis</a>
894895
<tr><td>''vb''
895896
<td>1% of viewport's size in the root element's <a>block axis</a>
897+
-->
896898
<tr><td>''vmin''
897899
<td>1% of viewport's smaller dimension
898900
<tr><td>''vmax''
@@ -992,7 +994,7 @@ Font-relative lengths: the ''em'', ''ex'', ''ch'', ''rem'' units</h4>
992994
-->
993995

994996
<h4 id="viewport-relative-lengths">
995-
Viewport-percentage lengths: the ''vw'', ''vh'', ''vi'', ''vb'', ''vmin'', ''vmax'' units</h4>
997+
Viewport-percentage lengths: the ''vw'', ''vh'', <!-- ''vi'', ''vb'', --> ''vmin'', ''vmax'' units</h4>
996998

997999
The <dfn export>viewport-percentage lengths</dfn> are relative to the size of the
9981000
<a href="https://www.w3.org/TR/CSS21/visudet.html#containing-block-details">initial containing block</a>.
@@ -1021,7 +1023,7 @@ Viewport-percentage lengths: the ''vw'', ''vh'', ''vi'', ''vb'', ''vmin'', ''vma
10211023
<dt><dfn id="vh" lt="vh">vh unit</dfn>
10221024
<dd>
10231025
Equal to 1% of the height of the initial containing block.
1024-
1026+
<!--
10251027
<dt><dfn lt=vi>vi unit</dfn>
10261028
<dd>
10271029
Equal to 1% of the size of the initial containing block
@@ -1031,7 +1033,7 @@ Viewport-percentage lengths: the ''vw'', ''vh'', ''vi'', ''vb'', ''vmin'', ''vma
10311033
<dd>
10321034
Equal to 1% of the size of the initial containing block
10331035
in the direction of the root element's block axis.
1034-
1036+
-->
10351037
<dt><dfn id="vmin" lt="vmin">vmin unit</dfn>
10361038
<dd>
10371039
Equal to the smaller of ''vw'' or ''vh''.
@@ -1040,13 +1042,13 @@ Viewport-percentage lengths: the ''vw'', ''vh'', ''vi'', ''vb'', ''vmin'', ''vma
10401042
<dd>
10411043
Equal to the larger of ''vw'' or ''vh''.
10421044
</dl>
1043-
1045+
<!--
10441046
In situations where there is no root element
10451047
or it hasn't yet been styled
10461048
(such as when evaluating <a>media queries</a>),
10471049
the ''vi'' and ''vb'' units use the initial value of the 'writing-mode' property
10481050
to determine which axis they correspond to.
1049-
1051+
-->
10501052
<!--
10511053
████████ ██ ██ ██ ████████ ████████ ██████
10521054
██ ██ ██ ██ ██ ██ ██ ██ ██
@@ -2262,7 +2264,9 @@ Changes</h2>
22622264
<li>Added definition of <<ident>> notation to definition of <a>identifiers</a>.
22632265
<li>Added <<length-percentage>> as a shorthand for <<length>> | <<percentage>>,
22642266
along with equivalent productions for angles, numbers, times, and frequencies.
2267+
<!--
22652268
<li>Added the ''vi'' and ''vb'' units.
2269+
-->
22662270
<li>Various clarifications and editorial improvements.
22672271
</ul>
22682272

0 commit comments

Comments
 (0)