Closed Bug 1328645 Opened 7 years ago Closed 4 years ago

The Web API incorrectly implies the domain is the ultimate ancestor/owner of stored content

Categories

(Developer Documentation Graveyard :: API: Miscellaneous, defect, P5)

All
Other
defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: codacodercodacoder, Unassigned)

References

()

Details

:: Developer Documentation Request

      Request Type: Correction
     Gecko Version: unspecified
 Technical Contact: 

:: Details

The page begins with: 

  The Web Storage API provides mechanisms by which browsers can store key/value pairs, in a much more intuitive fashion than using cookies.

And goes on to talk as if "web storage" is accessible via specific keys under a specific domain. That's misleading in two ways:

1 - It's not "web" storage, it's UA specific. (I realize mozilla are not responsible for the w3c's naming choices but...)

2 - The phrasing "browsers can" doesn't make clear that Firefox, for example, cannot access localStorage created via Chrome, for example.

Somewhere it should be made clear that "web" in this context doesn't mean anything like it does anywhere else in web tech. Also, make clear that localStorage is keyed *first* to the current UA, THEN the domain.

In short, WS is NOT browser-agnostic and the text should make that clear.
I definitely added this to the initial report but it didn't show up?

https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.