Primary eng (and PM) emails
Summary
Deprecate EventSource.URL and WebSocket.URL
Motivation
The lower-case url attributes are standardized:
http://whatwg.org/C#the-eventsource-interface
http://whatwg.org/C#the-websocket-interface
Compatibility Risk
Given the lack of support in Firefox and IE, risk seems low. WebKit-only mobile sites are probably most at risk.
Alternative implementation suggestion for web developers
Use EventSource.url and WebSocket.url attributes instead.
Usage information from UseCounter
EventSource.URL ~0.0005%: http://www.chromestatus.com/metrics/feature/timeline/popularity/254
WebSocket.URL ~0.02%: http://www.chromestatus.com/metrics/feature/timeline/popularity/255
Entry on chromestatus.com, crbug.com, or MDN
http://www.chromestatus.com/features/5311740673785856
http://www.chromestatus.com/features/6555138000945152
Requesting approval to remove too?
No, let the deprecation them be deprecated for at least one release cycle first.