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

add InkPresenter interface #18092

Merged
merged 1 commit into from Oct 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
144 changes: 144 additions & 0 deletions api/InkPresenter.json
@@ -0,0 +1,144 @@
{
"api": {
"InkPresenter": {
"__compat": {
"spec_url": "https://wicg.github.io/ink-enhancement/#ink-presenter",
"support": {
"chrome": {
"version_added": "94"
},
"chrome_android": "mirror",
"edge": {
"version_added": "93"
Copy link
Member

Choose a reason for hiding this comment

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

This is weird. How is it that the Edge version is before the Chrome version? (Here and for the other ink).

@queengooborg Can we test this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It is a bit strange...maybe it should just be 94.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Microsoft led the development of Ink APIs so Edge getting the feature early actually does make sense. I think the latest mdn-bcd-collector version has the IDL for this interface, so if desired, we can confirm the data through it!

(By the way, welcome back Chris, it's great to see you again!)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

(By the way, welcome back Chris, it's great to see you again!)

👋 ❤️ !

Nice to see you too ;-)

},
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
},
"expectedImprovement": {
"__compat": {
"spec_url": "https://wicg.github.io/ink-enhancement/#dom-inkpresenter-expectedimprovement",
"support": {
"chrome": {
"version_added": "94"
},
"chrome_android": "mirror",
"edge": {
"version_added": "93"
},
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"presentationArea": {
"__compat": {
"spec_url": "https://wicg.github.io/ink-enhancement/#dom-inkpresenter-presentationarea",
"support": {
"chrome": {
"version_added": "94"
},
"chrome_android": "mirror",
"edge": {
"version_added": "93"
},
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"updateInkTrailStartPoint": {
"__compat": {
"spec_url": "https://wicg.github.io/ink-enhancement/#dom-inkpresenter-updateinktrailstartpoint",
"support": {
"chrome": {
"version_added": "94"
},
"chrome_android": "mirror",
"edge": {
"version_added": "93"
},
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}