confluence icon indicating copy to clipboard operation
confluence copied to clipboard

"browser-specific" Navigator properties are complicated

Open bzbarsky opened this issue 8 years ago • 2 comments

There are properties that the HTML spec requires to be on Navigator only for some values of the UA string (required for web compat). That means that while those properties may only be present in UAs that have that UA string, they are not, in some sense, "browser-specific"; they are UA-string-specific....

bzbarsky avatar Nov 07 '17 14:11 bzbarsky

Yes, that's unfortunately case, and we even enshrined it in the spec: https://html.spec.whatwg.org/multipage/system-state.html#concept-navigator-compatibility-mode

@bzbarsky, do you think that https://github.com/GoogleChromeLabs/confluence/issues/219 is the remedy, or something else?

foolip avatar Jan 11 '18 12:01 foolip

I don't know; hence "complicated".

bzbarsky avatar Jan 11 '18 13:01 bzbarsky