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

Document SVGClipPathElement.(clipPathUnits|transform) #25340

Merged
merged 8 commits into from
Mar 17, 2023

Conversation

teoli2003
Copy link
Contributor

@teoli2003 teoli2003 commented Mar 15, 2023

Description

Create docs for SVGClipPathElement.clipPathUnits and SVGClipPathElement.transform

Motivation

This is part of openwebdocs/project#152

Additional details

You fall into at least one rabbit hole when you touch the SVG docs. In this case, I had to:

  • Fix SVGClipPathElement that was incomplete.
  • Fix SVGUnitTypes that was old school.
  • Fix SVGAnimatedEnumeration that was even older school.
  • Add SVGAnimatedEnumeration.baseVal and animVal.

Having practical examples for the latest was not trivial (as animated enumeration is not very interesting to demonstrate).

I didn't fall further into the rabbit hole as I limited myself to what was needed to avoid flaws in these files.

Related issues and pull requests

None.

@teoli2003 teoli2003 requested a review from a team as a code owner March 15, 2023 08:35
@teoli2003 teoli2003 requested review from sideshowbarker and removed request for a team March 15, 2023 08:35
@github-actions github-actions bot added the Content:WebAPI Web API docs label Mar 15, 2023
Copy link
Contributor

@dawei-wang dawei-wang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few grammar edits

teoli2003 and others added 6 commits March 15, 2023 20:43
Co-authored-by: dawei-wang <dawei-wang@users.noreply.github.com>
Co-authored-by: dawei-wang <dawei-wang@users.noreply.github.com>
Co-authored-by: dawei-wang <dawei-wang@users.noreply.github.com>
Co-authored-by: dawei-wang <dawei-wang@users.noreply.github.com>
Co-authored-by: dawei-wang <dawei-wang@users.noreply.github.com>
Co-authored-by: dawei-wang <dawei-wang@users.noreply.github.com>
@sideshowbarker sideshowbarker merged commit cce0046 into mdn:main Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:WebAPI Web API docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants