Skip to content

Commit

Permalink
bikeshed fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed May 11, 2022
1 parent 03be00d commit 895d103
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion css-stacking-context-1/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Abstract: This module defines the painting model for CSS.
spec: css-backgrounds-3; type:dfn;
text: background painting area
text: background positioning area
spec:css-break-4; type:dfn; text:fragment
</pre>

Introduction {#intro}
Expand Down Expand Up @@ -364,7 +365,7 @@ Painting Order {#order}
onto |canvas|.
</dl>

: If |frag| was generated by an [=inline-level=] [=block=] or [=table wrapper=] box
: If |frag| was generated by an [=inline-level=] [=block=] or [=table wrapper box=]
::
[=Paint a stacking context=] from |frag|’s generating [=box=]
onto |canvas|,
Expand Down
10 changes: 5 additions & 5 deletions css-stacking-context-1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<meta content="UD" name="w3c-status">
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-UD" rel="stylesheet">
<link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon">
<meta content="Bikeshed version 616204878, updated Tue Mar 8 15:25:09 2022 -0800" name="generator">
<meta content="Bikeshed version 892b2a4c8, updated Thu Mar 31 08:06:19 2022 -0700" name="generator">
<link href="https://drafts.csswg.org/css-stacking-context/" rel="canonical">
<meta content="3d4619336dcd8a5767e5ab5d5212d68d3251eae4" name="document-revision">
<meta content="03be00dbc2af3d11d71fa1b476e8b6238bdfc9e3" name="document-revision">
<style>
/* Put nice boxes around each algorithm. */
[data-algorithm]:not(.heading) {
Expand Down Expand Up @@ -481,7 +481,7 @@
<div class="head">
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
<h1 class="p-name no-ref" id="title">CSS Stacking Context Module Level 1</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#UD">Unofficial Proposal Draft</a>, <time class="dt-updated" datetime="2022-04-15">15 April 2022</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#UD">Unofficial Proposal Draft</a>, <time class="dt-updated" datetime="2022-05-11">11 May 2022</time></p>
<details open>
<summary>More details about this document</summary>
<div data-fill-with="spec-metadata">
Expand Down Expand Up @@ -847,7 +847,7 @@ <h2 class="heading settled" data-level="2" id="order"><span class="secno">2. </s
<dd data-md>
<p><a data-link-type="dfn" href="#paint-an-inline-run" id="ref-for-paint-an-inline-run②">Paint an inline run</a> from <var>frag</var> onto <var>canvas</var>.</p>
</dl>
<dt data-md>If <var>frag</var> was generated by an <a data-link-type="dfn" href="https://drafts.csswg.org/css-display-3/#inline-level" id="ref-for-inline-level②">inline-level</a> <a data-link-type="dfn" href="https://drafts.csswg.org/css-display-3/#block" id="ref-for-block">block</a> or <a data-link-type="dfn">table wrapper</a> box
<dt data-md>If <var>frag</var> was generated by an <a data-link-type="dfn" href="https://drafts.csswg.org/css-display-3/#inline-level" id="ref-for-inline-level②">inline-level</a> <a data-link-type="dfn" href="https://drafts.csswg.org/css-display-3/#block" id="ref-for-block">block</a> or <a data-link-type="dfn" href="https://drafts.csswg.org/css-tables-3/#table-wrapper-box" id="ref-for-table-wrapper-box④">table wrapper box</a>
<dd data-md>
<p><a data-link-type="dfn" href="#paint-a-stacking-context" id="ref-for-paint-a-stacking-context⑤">Paint a stacking context</a> from <var>frag</var>’s generating <a data-link-type="dfn" href="https://drafts.csswg.org/css-display-3/#box" id="ref-for-box⑧">box</a> onto <var>canvas</var>,
skipping any <a data-link-type="dfn" href="https://drafts.csswg.org/css-position-3/#positioned-box" id="ref-for-positioned-box④">positioned</a> descendants of the box
Expand Down Expand Up @@ -1090,7 +1090,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="c
<aside class="dfn-panel" data-for="term-for-table-wrapper-box">
<a href="https://drafts.csswg.org/css-tables-3/#table-wrapper-box">https://drafts.csswg.org/css-tables-3/#table-wrapper-box</a><b>Referenced in:</b>
<ul>
<li><a href="#ref-for-table-wrapper-box">2. Painting Order</a> <a href="#ref-for-table-wrapper-box①">(2)</a> <a href="#ref-for-table-wrapper-box②">(3)</a> <a href="#ref-for-table-wrapper-box③">(4)</a>
<li><a href="#ref-for-table-wrapper-box">2. Painting Order</a> <a href="#ref-for-table-wrapper-box①">(2)</a> <a href="#ref-for-table-wrapper-box②">(3)</a> <a href="#ref-for-table-wrapper-box③">(4)</a> <a href="#ref-for-table-wrapper-box④">(5)</a>
</ul>
</aside>
<aside class="dfn-panel" data-for="term-for-valdef-z-index-auto">
Expand Down

0 comments on commit 895d103

Please sign in to comment.