Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/ff-project-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ assignees:
title: ""
---

**NB This issue will be worked on by MDN's core team of writers. If you want to contribute, please see the [contributor board](https://github.com/orgs/mdn/projects/25) for issues where we're accepting pull requests.**
> [!IMPORTANT]
> This issue will be worked on by MDN's core team of writers. If you want to contribute, please see the [contributor board](https://github.com/orgs/mdn/projects/25) for issues where we're accepting pull requests.

## Acceptance criteria

Expand Down
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ updates:
directory: "/"
schedule:
interval: daily
cooldown:
exclude:
- "@mdn/*"
open-pull-requests-limit: 10
labels:
- "automated pr"
Expand Down
3 changes: 3 additions & 0 deletions files/en-us/mozilla/firefox/releases/155/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ Firefox 155 is the current [Beta version of Firefox](https://www.firefox.com/en-

- The {{domxref("SVGAElement")}} interface now implements the [`HyperlinkElementUtils`](https://html.spec.whatwg.org/multipage/links.html#hyperlinkelementutils) mixin. As a result, SVG {{SVGElement("a")}} elements expose the same URL component properties as HTML {{HTMLElement("a")}} elements: {{domxref("SVGAElement.protocol", "protocol")}}, {{domxref("SVGAElement.username", "username")}}, {{domxref("SVGAElement.password", "password")}}, {{domxref("SVGAElement.host", "host")}}, {{domxref("SVGAElement.hostname", "hostname")}}, {{domxref("SVGAElement.port", "port")}}, {{domxref("SVGAElement.pathname", "pathname")}}, {{domxref("SVGAElement.search", "search")}}, and {{domxref("SVGAElement.hash", "hash")}}. The read-only {{domxref("SVGAElement.origin", "origin")}} property is also exposed.
([Firefox bug 2058578](https://bugzil.la/2058578)).
- The {{domxref("SVGNumberList")}}, {{domxref("SVGPointList")}}, {{domxref("SVGStringList")}}, and {{domxref("SVGTransformList")}} interfaces now support indexed setters. This means you can replace an item in the list using bracket notation, such as `transformList[0] = newTransform`, instead of calling {{domxref("SVGTransformList.replaceItem", "replaceItem()")}}.
The {{domxref("SVGLengthList")}} interface already supports indexed setters.
([Firefox bug 2059426](https://bugzil.la/2059426)).

<!-- #### Media, WebRTC, and Web Audio -->

Expand Down
70 changes: 35 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@apideck/better-ajv-errors": "^0.3.7",
"@mdn/fred": "2.7.0",
"@mdn/fred": "2.8.0",
"@octokit/rest": "^22.0.1",
"ajv": "^8.20.0",
"ajv-formats": "^3.0.1",
Expand Down
Loading