Skip to content

Commit c55f518

Browse files
author
Jihye Hong
committed
[css-round-display] Modifiy the definition of the bounding box for the viewport
1 parent 9ecb574 commit c55f518

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-round-display/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ The current 'device-radius' media feature was derived from the syntax of 'border
166166
<h2 id="extending-viewport-rule">Extending the @viewport rule</h2>
167167
<h3 id="viewport-fit-descriptor">The 'viewport-fit' descriptor</h3>
168168
<p>
169-
'viewport-fit' can set the size of the bounding box which is used to apply the initial viewport.
169+
'viewport-fit' can set the size of the bounding box for the viewport which is the viewing area used to apply the initial viewport. And we can see the actual viewport through the bounding box.
170170
</p>
171171
<pre class=descdef>
172172
Name: viewport-fit

css-round-display/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ <h3 class="heading settled" data-level="3.1" id="device-radius-media-feature"><s
443443
<p class="issue" id="issue-58ee1dc5"><a class="self-link" href="#issue-58ee1dc5"></a> The current <a class="property" data-link-type="propdesc" href="#descdef-media-device-radius" id="ref-for-descdef-media-device-radius-13">device-radius</a> media feature was derived from the syntax of <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-backgrounds-3/#border-radius">border-radius</a> to specify various shapes, but its usage is a little complicated with several issues. For simplicity and obviousness, <a class="property" data-link-type="propdesc" href="#descdef-media-device-radius" id="ref-for-descdef-media-device-radius-14">device-radius</a> would be changed with the revised syntax. (e.g. Am I round or rounded corners?) </p>
444444
<h2 class="heading settled" data-level="4" id="extending-viewport-rule"><span class="secno">4. </span><span class="content">Extending the @viewport rule</span><a class="self-link" href="#extending-viewport-rule"></a></h2>
445445
<h3 class="heading settled" data-level="4.1" id="viewport-fit-descriptor"><span class="secno">4.1. </span><span class="content">The <a class="property" data-link-type="propdesc" href="#descdef-viewport-viewport-fit" id="ref-for-descdef-viewport-viewport-fit-1">viewport-fit</a> descriptor</span><a class="self-link" href="#viewport-fit-descriptor"></a></h3>
446-
<p> <a class="property" data-link-type="propdesc" href="#descdef-viewport-viewport-fit" id="ref-for-descdef-viewport-viewport-fit-2">viewport-fit</a> can set the size of the bounding box which is used to apply the initial viewport. </p>
446+
<p> <a class="property" data-link-type="propdesc" href="#descdef-viewport-viewport-fit" id="ref-for-descdef-viewport-viewport-fit-2">viewport-fit</a> can set the size of the bounding box for the viewport which is the viewing area used to apply the initial viewport. And we can see the actual viewport through the bounding box. </p>
447447
<table class="def descdef">
448448
<tbody>
449449
<tr>

0 commit comments

Comments
 (0)