Skip to content

Commit

Permalink
'data Ls' -> 'data URLs' (mdn#34014)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fayti1703 authored Jun 8, 2024
1 parent e6fcda9 commit 4a350ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The {{ domxref("window.top") }} property is now read only. This will affect your

`javascript:` and `data:` URLs entered into the location bar no longer inherit the principal of the currently loaded page. This probably won't affect many add-ons but if you run code that uses these URLs you may want to double check that everything is working as expected.

[Firefox bug 658949](https://bugzil.la/658949) changed how the hash (#) symbol is treated in data Ls which may break CSS stylesheets which contain such symbol if it is not escaped.
[Firefox bug 658949](https://bugzil.la/658949) changed how the hash (#) symbol is treated in data URLs which may break CSS stylesheets which contain such symbol if it is not escaped.

## Interfaces

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/svg/svg_as_an_image/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SVG images can be used as an image format, in a number of contexts. Browsers sup
For security purposes, Gecko places some restrictions on SVG content when it's being used as an image:

- [JavaScript](/en-US/docs/Web/JavaScript) is disabled.
- External resources (e.g. images, stylesheets) cannot be loaded, though they can be used if inlined through data: Ls.
- External resources (e.g. images, stylesheets) cannot be loaded, though they can be used if inlined through data: URLs.
- {{cssxref(":visited")}}-link styles aren't rendered.
- Platform-native widget styling (based on OS theme) is disabled.

Expand Down

0 comments on commit 4a350ee

Please sign in to comment.