-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Add window.clientInformation #2379
Copy link
Copy link
Closed
Labels
addition/proposalNew features or enhancementsNew features or enhancementscompatStandard is not web compatible or proprietary feature needs standardizingStandard is not web compatible or proprietary feature needs standardizinggood first issueIdeal for someone new to a WHATWG standard or software projectIdeal for someone new to a WHATWG standard or software project
Metadata
Metadata
Assignees
Labels
addition/proposalNew features or enhancementsNew features or enhancementscompatStandard is not web compatible or proprietary feature needs standardizingStandard is not web compatible or proprietary feature needs standardizinggood first issueIdeal for someone new to a WHATWG standard or software projectIdeal for someone new to a WHATWG standard or software project
Type
Fields
Give feedbackNo fields configured for issues without a type.
See https://bugs.chromium.org/p/chromium/issues/detail?id=692832. Apparently this is an alias for
navigatorin Chrome, Edge, and Safari. It has high use counter values (0.3%), although presumably a lot of that is just code that enumerates the properties ofwindow. Some example uses in GitHub code search.I think this will mostly involve adding a sentence at https://html.spec.whatwg.org/#the-navigator-object saying e.g.
and also updating the IDL at https://html.spec.whatwg.org/#window
Marking this as a "good first bug". Another thing that first-time contributors could help with here is writing tests and submitting them to web-platform-tests; it should be a pretty simple test file, e.g. at https://github.com/w3c/web-platform-tests/tree/master/html/webappapis/system-state-and-capabilities/the-navigator-object which just contains a single assert_equals.