Skip to content

Commit

Permalink
more notes on the location object. No code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
client9 committed Mar 24, 2010
1 parent d4e2a1e commit df4d3ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/xhr/location.js
Expand Up @@ -14,6 +14,10 @@
* All of section 2.5 is worth reading, but 2.5.3 contains very
* detailed information on how getters/setter should work
*
* NOT IMPLEMENTED:
* HTML5: Section 6.10.4.1 Security -- prevents scripts from another domain
* from accessing most of the 'Location'
* Not sure if anyone implements this in HTML4
*/
var HASH = new RegExp('(\\#.*)'),
HOSTNAME = new RegExp('\/\/([^\:\/]+)'),
Expand Down

0 comments on commit df4d3ec

Please sign in to comment.