WebKit / standards-positions

WebKit's positions on emerging web specifications
https://webkit.org/standards-positions/
240 stars 18 forks source link

Web Translation API #339

Open domenic opened 2 months ago

domenic commented 2 months ago

WebKittens

No response

Title of the spec

Web Translation API

URL to the spec

No spec yet; please see the explainer

URL to the spec's repository

https://github.com/WICG/translation-api

Issue Tracker URL

No response

Explainer URL

No response

TAG Design Review URL

https://github.com/w3ctag/design-reviews/issues/948

Mozilla standards-positions issue URL

https://github.com/mozilla/standards-positions/issues/1015

WebKit Bugzilla URL

No response

Radar URL

No response

Description

This is an early-stage idea. However, we'd love early engagement from other implementers to make sure what we're designing fits well with their architecture.

The TAG design review and the issue tracker has some summaries of our current open questions.

annevk commented 2 months ago

This seems pretty interesting.

It's not clear that the "download a language pack" approach can work. That results in XSLeaks attacks we've been trying to rid the web platform of.

It's also not clear that a server-side approach is a good fit. At that point it's essentially a fetch() wrapper.

domenic commented 1 month ago

It's not clear that the "download a language pack" approach can work. That results in XSLeaks attacks we've been trying to rid the web platform of.

Please join the discussion on https://github.com/WICG/translation-api/issues/3!