Skip to content

Commit adafea7

Browse files
committed
Added section 6.8 (for issue 22) about 'border-image' and tables with
collapsing borders. Fixed a mark-up error.
1 parent 9664b25 commit adafea7

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

css3-background/Overview.src.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2683,6 +2683,21 @@ <h3 id="the-border-image">Border Image Shorthand: the 'border-image' property</h
26832683
'border-image-slice', 'border-image-width', 'border-image-outset' and
26842684
'border-image-repeat'. Omitted values are set to their initial values.
26852685

2686+
<h3 id=border-image-tables>Effect on Tables</h3>
2687+
2688+
<p>The 'border-image' properties apply to the border of tables and
2689+
inline tables that have 'border-collapse' set to
2690+
''collapse''. However, this specification does not define how such an
2691+
image border is rendered. In particular, it does not define how the
2692+
image border interacts with the borders of cells, rows and row groups
2693+
at the edges of the table (see <a
2694+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/tables.html#border-conflict-resolution"
2695+
>border conflict resolution</a> in [[!CSS21]]).
2696+
2697+
<p>It is expected that a future specification will define the
2698+
rendering. It is recommended that UAs do not apply border images to
2699+
tables with collapsed borders until then.
2700+
26862701
<h2 id="misc">Miscellaneous Effects</h2>
26872702

26882703
<h3 id="the-box-decoration-break">Drawing at Breaks: the 'box-decoration-break' property</h3>
@@ -3355,7 +3370,7 @@ <h3 id="changes-2011">
33553370
[ center | [ left | right ] [ <var>&lt;percentage&gt;</var> | <var>&lt;length&gt;</var> ]? ] &amp;&amp;
33563371
[ center | [ top | bottom ] [ <var>&lt;percentage&gt;</var> | <var>&lt;length&gt;</var> ]? ]
33573372
]</pre>
3358-
3373+
</blockquote>
33593374
<li><a href="#the-border-image-repeat">Section 6.5</a>:
33603375
Added ''space'' keyword to 'border-image-repeat' property value table:
33613376
it was included in the list of allowable values, but not in the syntax
@@ -3434,7 +3449,6 @@ <h2 class="no-num" id="index">Index</h2>
34343449
</html>
34353450
<!-- Keep this comment at the end of the file
34363451
Local variables:
3437-
mode: sgml
34383452
sgml-default-doctype-name:"html"
34393453
sgml-minimize-attributes:max
34403454
sgml-omittag:t

0 commit comments

Comments
 (0)