@@ -17,16 +17,6 @@ Abstract: This CSS module defines a two-dimensional grid-based layout system, op
1717Ignored Terms : block-level box
1818</pre>
1919
20- <style>
21- .investigation {
22- position: relative;
23- border-left: 8px solid #162955;
24- background: #B9C0D0;
25- padding: .5em;
26- margin: 1em auto;
27- }
28- </style>
29-
3020<pre class=link-defaults>
3121spec:css21; type:property; text:min-width
3222spec:css21; type:property; text:max-width
@@ -177,16 +167,6 @@ spec:css21; type:property; text:max-width
177167 Table captions are positioned between the table margins and its borders.
178168 </dl>
179169
180- <div class="issue">
181- Gérard Talbot brought up that HTML5 says that table-row-group can be 0 or more.
182- <br/>
183- <a href="https://lists.w3.org/Archives/Public/www-style/2016Mar/0098.html">www-style mail</a>
184- </div>
185-
186- <div class="investigation" id="investigation-1">
187- <a href="investigations.html#investigation-1" target="_blank">View investigation information</a>
188- </div>
189-
190170 <h4 id="terminology">Terminology</h2>
191171
192172 <p>
@@ -720,6 +700,10 @@ spec:css21; type:property; text:max-width
720700 <img src="images/CSS-Tables-Layout-Merged.svg" style="width: 100%" />
721701 <figcaption> Overview of the table layout algorithm. Not normative.</figcaption>
722702 </figure>
703+
704+ <div class="investigation" id="investigation-1">
705+ <a href="investigations.html#investigation-1" target="_blank">View investigation information</a>
706+ </div>
723707
724708 <!--------------------------------------------------------------------------------->
725709 <h3 id="dimensioning-the-row-column-grid">Dimensioning the row/column grid</h3>
@@ -2842,6 +2826,13 @@ spec:css21; type:property; text:max-width
28422826 .hint:hover { opacity: 1; }
28432827
28442828 .highlight { background: yellow; }
2829+ .investigation {
2830+ position: relative;
2831+ border-left: 8px solid #162955;
2832+ background: #B9C0D0;
2833+ padding: .5em;
2834+ margin: 1em auto;
2835+ }
28452836
28462837 /* fallback for summary/details */
28472838 details { display: block; font-weight: normal !important; }
0 commit comments