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

SVGStyleElement implements LinkStyle #922

Merged
merged 4 commits into from
Oct 2, 2020

Conversation

conniefan
Copy link
Contributor

SVGStyleElement implements LinkStyle, which will give it the 'sheet' property
microsoft/TypeScript#36896

@conniefan conniefan requested a review from sandersn as a code owner October 1, 2020 20:42
@ghost
Copy link

ghost commented Oct 1, 2020

CLA assistant check
All CLA requirements met.

Copy link
Member

@sandersn sandersn left a comment

Choose a reason for hiding this comment

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

  1. There are two copies of CSS.escape now, so one probably needs to be deleted.
  2. caniuse.com only lists Edge as supporting LinkStyle, but doesn't have information for other browsers. Can you figure out if it's available in Firefox or Safari, for example? We only want to add things that are supported by two or more browsers.

baselines/dom.generated.d.ts Outdated Show resolved Hide resolved
@conniefan conniefan requested a review from sandersn October 1, 2020 21:22
Copy link
Member

@sandersn sandersn left a comment

Choose a reason for hiding this comment

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

Question about two removed properties

baselines/dom.generated.d.ts Outdated Show resolved Hide resolved
baselines/dom.generated.d.ts Show resolved Hide resolved
@conniefan conniefan requested a review from sandersn October 1, 2020 23:36
@sandersn sandersn merged commit 0d6f5b1 into microsoft:master Oct 2, 2020
@sandersn
Copy link
Member

sandersn commented Oct 2, 2020

Thanks @conniefan!

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 this pull request may close these issues.

3 participants