Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove requirement for 'clip' property support #479

Closed
ewilligers opened this issue Jul 4, 2018 · 1 comment · Fixed by #480
Closed

Remove requirement for 'clip' property support #479

ewilligers opened this issue Jul 4, 2018 · 1 comment · Fixed by #480

Comments

@ewilligers
Copy link
Contributor

CSS Masking has deprecated the clip property in favor of clip-path.

We should not require clip support in SVG user agents.

ewilligers pushed a commit to ewilligers/svgwg that referenced this issue Jul 4, 2018
We no longer require clip support in SVG user agents.

CSS Masking has deprecated the clip property in favor of clip-path.

fixes w3c#479
@AmeliaBR
Copy link
Contributor

AmeliaBR commented Jul 5, 2018

Copying over my comment from the CSS Masking issue:

I agree we should remove it [clip] from the SVG 2 required properties list, so that if a future level of the Masking spec decides to move it from deprecated to obsolete, there are no conflicting instructions in the SVG spec! Also: any browser that supports SVG is going to support clip-path, and the accessibility use-cases are mostly about handling HTML content with good backwards browser compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants