Bug 76811 - Drop support for WebSocket and EventSource .URL
Summary: Drop support for WebSocket and EventSource .URL
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-23 00:06 PST by Simon Pieters (:zcorpan)
Modified: 2023-05-12 08:05 PDT (History)
12 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Pieters (:zcorpan) 2012-01-23 00:06:29 PST
+++ This bug was initially created as a clone of Bug #40899 +++

.URL was renamed to .url in the specs. You implemented both. .URL should be dropped. If .URL continues to be supported, content may be authored that relies on it existing, which means it will be harder for you to remove it the later you remove it, and will cause incompatibility problems for other browsers.
Comment 1 Alexey Proskuryakov 2012-01-23 00:14:37 PST
It's just a mistake in the specs that URL got renamed to url. Totally inconsistent and unhelpful, given that this happened after implementations shipped based on earlier spec versions.
Comment 2 Ms2ger (he/him; ⌚ UTC+1/+2) 2012-01-23 00:45:23 PST
Then you should have complained at the time, not implemented both. That's just harmful to all of us, and frankly irresponsible.
Comment 3 Alexey Proskuryakov 2012-01-23 09:15:21 PST
Complain like this <http://lists.w3.org/Archives/Public/public-webapps/2010AprJun/1129.html>?
Comment 4 Simon Pieters (:zcorpan) 2012-01-23 22:24:04 PST
Yes. Had you complained a bit earlier, maybe we would have got our way (I also preferred "URL" at first, but didn't get any backup except from Hixie). I then gave in and Opera switched to "url", and the spec changed. *Then* you complained, but evidently it wasn't persuasive enough (or it was too late) to convince us or Mozilla to change back, so "url" is what it is.

http://lists.w3.org/Archives/Public/public-webapps/2010AprJun/0332.html
http://lists.w3.org/Archives/Public/public-webapps/2010AprJun/0563.html
Comment 5 Anne van Kesteren 2023-05-12 08:05:16 PDT
Bug 248787 and bug 248781 took care of this.