8000 [css-round-display] Fix a link · w3c/csswg-drafts@9e6f5da · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e6f5da

Browse files
author
Jihye Hong
committed
[css-round-display] Fix a link
1 parent 9ac2f93 commit 9e6f5da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

css-round-display/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The ‘shape’ media feature describes the general shape of the targeted displa
162162
<h2 id="extending-viewport-rule">Extending the @viewport rule</h2>
163163
<h3 id="viewport-fit-descriptor">The 'viewport-fit' descriptor</h3>
164164
<p>
165-
'viewport-fit' can set the size of the initial viewport [css-device-adapt-1].
165+
'viewport-fit' can set the size of the initial viewport [[css-device-adapt]].
166166
</p>
167167
<pre class=descdef>
168168
Name: viewport-fit

css-round-display/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ <h3 class="heading settled" data-level="3.1" id="device-radius-media-feature"><s
502502
<p class="note" role="note">Note: For other shapes, such as polygons, we need to extend the media features with additional parameters. The current features have limitations to support the diversity beyond round shapes. How can we express star-shaped polygons? (e.g. SVG syntax, etc.) Of course, there is a trade-off between simplicity and expressiveness. </p>
503503
<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>
504504
<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>
505-
<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 initial viewport [css-device-adapt-1]. </p>
505+
<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 initial viewport <a data-link-type="biblio" href="#biblio-css-device-adapt">[css-device-adapt]</a>. </p>
506506
<table class="def descdef">
507507
<tbody>
508508
<tr>
@@ -1321,7 +1321,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
13211321
<li><a href="https://drafts.csswg.org/css-containment-3/#propdef-contain">contain</a>
13221322
</ul>
13231323
<li>
1324-
<a data-link-type="biblio">[css-device-adapt-1]</a> defines the following terms:
1324+
<a data-link-type="biblio">[css-device-adapt]</a> defines the following terms:
13251325
<ul>
13261326
<li><a href="https://drafts.csswg.org/css-device-adapt-1/#at-ruledef-viewport">@viewport</a>
13271327
</ul>
@@ -1381,7 +1381,7 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
13811381
<dd>CSS Conditional Rules Module Level 3 URL: <a href="https://drafts.csswg.org/css-conditional-3/">https://drafts.csswg.org/css-conditional-3/</a>
13821382
<dt id="biblio-css-containment-3">[CSS-CONTAINMENT-3]
13831383
<dd>CSS Containment Module Level 3 URL: <a href="https://drafts.csswg.org/css-containment-3/">https://drafts.csswg.org/css-containment-3/</a>
1384-
<dt id="biblio-css-device-adapt-1">[CSS-DEVICE-ADAPT-1]
1384+
<dt id="biblio-css-device-adapt">[CSS-DEVICE-ADAPT]
13851385
<dd>Rune Lillesveen; Florian Rivoal; Matt Rakow. <a href="https://drafts.csswg.org/css-device-adapt/">CSS Device Adaptation Module Level 1</a>. 29 March 2016. WD. URL: <a href="https://drafts.csswg.org/css-device-adapt/">https://drafts.csswg.org/css-device-adapt/</a>
13861386
<dt id="biblio-css-images-3">[CSS-IMAGES-3]
13871387
<dd>CSS Image Values and Replaced Content Module Level 3 URL: <a href="https://drafts.csswg.org/css-images-3/">https://drafts.csswg.org/css-images-3/</a>

0 commit comments

Comments
 (0)
0