Skip to content

[css-masking-1] Re-allow specifying fill before other mask-border-slice component values#13681

Open
cdoublev wants to merge 1 commit intow3c:mainfrom
cdoublev:patch-11
Open

[css-masking-1] Re-allow specifying fill before other mask-border-slice component values#13681
cdoublev wants to merge 1 commit intow3c:mainfrom
cdoublev:patch-11

Conversation

@cdoublev
Copy link
Collaborator

Moved from w3c/fxtf-drafts#530.

This PR re-allows specifying fill before the other component values of mask-border-slice, like in border-image-slice.

This is not allowed since this commit, but I think it was unintentional.

Basically, this commit moved the property definition table of mask-box-image-slice from masking/Masking.src.html:

<tr>
  <th>Name:
  <td><dfn>mask-box-image-slice</dfn>
<tr>
  <th><a href="#values">Value</a>:
  <td>[<var>&lt;number&gt;</var> | <var>&lt;percentage&gt;</var>]{1,4} &amp;&amp; fill?

... to masking/Overview.src.html:

Name: mask-box-image-slice
Value: [<<number>> | <<percentage>>]{1,4} fill?

An later mask-box-image-slice was renamed to mask-border-slice.

…lice component values

It was unintentionally disallowed in w3c/fxtf-drafts@7af5acb.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant