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

Include EInk, Watch; fix type for formFactor #345

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

djmitche
Copy link
Contributor

@djmitche djmitche commented Sep 7, 2023

This adds two new values for the form-factor hint, and corrects the type of the formFactor property of UADataValues.

Both were omitted from #343, and brought to my attention by @lukewarlow and @nielsbasjes.


Preview | Diff

This adds two new values for the form-factor hint, and corrects the type
of the `formFactor` property of `UADataValues`.
Copy link
Collaborator

@miketaylr miketaylr left a comment

Choose a reason for hiding this comment

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

eink and watch seem more theoretically useful right now (but maybe there are browsers on these form factors wanting to ship client hints?), but we can always remove them later if there's never any adoption.

@miketaylr miketaylr merged commit 20f56cc into WICG:main Sep 8, 2023
2 checks passed
github-actions bot added a commit that referenced this pull request Sep 8, 2023
SHA: 20f56cc
Reason: push, by miketaylr

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@lukewarlow
Copy link

lukewarlow commented Sep 8, 2023

Fwiw Samsung Internet runs on watches I assume they also have client hints enabled? Unfortunately they dont enable client hints atm but maybe in future. And as mentioned can always be removed in future if it never gets used.

@nielsbasjes
Copy link

Fwiw Samsung Internet runs on watches I assume they also have client hints enabled?

If I use the Samsung browser on my normal phone it doesn't show any UA client hints.
https://try.yauaa.basjes.nl/

Perhaps the browser on a watch is different (if you have one; please try it on my test site) but I expect it to be the same.

@miketaylr
Copy link
Collaborator

Fwiw Samsung Internet runs on watches I assume they also have client hints enabled?

Cool - didn't know that. :) If they decide to turn it on one day, SGTM.

lukewarlow added a commit to lukewarlow/user-agent-data-types that referenced this pull request Sep 8, 2023
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.

None yet

4 participants