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 missing statements for webview_ios #24657

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

RupertBenWiser
Copy link

I tried to generate web-features locally using WebViews as part of the browser set.

I found that there were a few keys that webview_ios wasn't set for.

As far as I can see, in each of the places it was missing it was set as mirror for other keys for those elements.

I tried to generate web-features locally using WebViews
as part of the browser set.

I found that there were a few keys that webview_ios
wasn't set for.

As far as I can see, in each of the places it was missing
it was set as mirror for other keys for those elements.
@github-actions github-actions bot added the data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML label Oct 7, 2024
@RupertBenWiser
Copy link
Author

Leaving this open for the moment, will return to it. I will just flag that there are a few places like this that will mean we can't run baseline for WebViews yet.

@RupertBenWiser RupertBenWiser marked this pull request as draft October 7, 2024 15:42
@caugner

This comment was marked as outdated.

@@ -68,7 +68,8 @@
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
"webview_android": "mirror",
"webview_ios": "mirror"
Copy link
Contributor

Choose a reason for hiding this comment

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

This causes this error:

 ✖ html.elements.del - Error → Basic support in webview_ios was declared implemented in a later version (3.2) than the following sub-feature(s):
        → html.elements.del.cite: 2
        → html.elements.del.datetime: 2

However, the same applies to Safari, which says 3 for the subfeature and ≤4 for the parent feature. So I'm not sure why it only fails for the subfeature?

Copy link
Contributor

Choose a reason for hiding this comment

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

This is due to an issue with mirroring where the downstream browser became a non-range no matter what. This will be resolved by #24155!

@queengooborg queengooborg changed the title Add missing web-features fields for webview_ios Add missing statements for webview_ios Oct 12, 2024
@github-actions github-actions bot added the size:m [PR only] 25-100 LoC changed label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML size:m [PR only] 25-100 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants