Skip to content

Commit 7753532

Browse files
committed
[mediaqueries] Fix link.
--HG-- extra : rebase_source : cb9c68f736fa5e8383d1d48894b96edd324b21fc
1 parent 0e9b70b commit 7753532

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

mediaqueries/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ <h3 class="heading settled heading" data-level=5.5 id=mf-overflow-block><span cl
14991499
<dd>
15001500
Overflowing content in the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-writing-modes-3/#block-axis- title="block axis">block axis</a> is exposed by allowing users to scroll to it,
15011501
but page breaks can be manually triggered
1502-
(such as via <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-multicol-1/#break-inside title=break-inside>break-inside</a>/etc)
1502+
(such as via <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-break-3/#break-inside title=break-inside>break-inside</a>/etc)
15031503
to cause the following content to display on the following page.
15041504
Examples: slideshows
15051505

mediaqueries/Overview.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ <h1>Media Queries Level 4</h1>
1616
Abstract: <a>Media Queries</a> allow authors to test and query values or features of the user agent or display device, independent of the document being rendered. They are used in the CSS @media rule to conditionally apply styles to a document, and in various other contexts and languages, such as HTML and Javascript.
1717
Abstract: Media Queries Level 4 describes the mechanism and syntax of media queries, media types, and media features. It extends and supersedes the features defined in Media Queries Level 3.
1818
Ignored Terms: min-resolution, max-resolution, none, view-mode
19+
Link Defaults: css-break-3 (property) break-inside
1920
</pre>
2021

2122
<h2 id="intro">

0 commit comments

Comments
 (0)