Re: [fxtf-drafts] [css-masking] How does masking apply to table parts?

CSS Background and Borders does have specific text on `border-image*` properties for internal table elements. Specifically to the content model:

> Applies to: All elements, except internal table elements when border-collapse is collapse

Furthermore, `border-image*` has the following additional text:

> The border-image properties apply to the border of tables and inline tables that have border-collapse set to collapse. However, this specification does not define how such an image border is rendered. In particular, it does not define how the image border interacts with the borders of cells, rows and row groups at the edges of the table (see border conflict resolution in [CSS2]).
> 
> It is expected that a future specification will define the rendering. It is recommended that UAs do not apply border images to tables with collapsed borders until then.

The spec specifically references https://www.w3.org/TR/CSS22/tables.html#propdef-border-collapse

@dbaron I suppose the same restrictions would apply to border-box masks. I could not find additional text or restrictions to backgrounds.

-- 
GitHub Notification of comment by dirkschulze
Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/94#issuecomment-380400938 using your GitHub account

Received on Wednesday, 11 April 2018 10:12:58 UTC