Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo #1160

Merged
merged 1 commit into from
Jan 28, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ JSer.info #678 - Firefox 122.0がリリースされました。
- [Firefox 122.0, See All New Features, Updates and Fixes](https://www.mozilla.org/en-US/firefox/122.0/releasenotes/)
- [Firefox 122 for developers - Mozilla | MDN](https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/122)

`<select>`の小要素として`<hr>`を許可するように、CSSの`offset-position`と`offset-path`プロパティをデフォルトで有効化されています。
`<select>`の子要素として`<hr>`を許可するように、CSSの`offset-position`と`offset-path`プロパティをデフォルトで有効化されています。
`ArrayBuffer.prototype.transfer()`の実装、[XSSの対策として](https://github.com/w3c/svgwg/pull/901)SVGの`<use>`にData URLを利用できないように変更されています。
また、実験的な機能としてDeclarative shadow DOM、Popover API、Clipboard API、`Intl.Segmenter`が実装されています。

Expand Down Expand Up @@ -82,7 +82,7 @@ volar v2.0.0リリース。
<p class="jser-tags jser-tag-icon"><span class="jser-tag">Firefox</span> <span class="jser-tag">ReleaseNote</span></p>

Firefox 122リリース。
`<select>`の小要素として`<hr>`を許可するように、CSSの`offset-position`と`offset-path`プロパティをデフォルトで有効化。
`<select>`の子要素として`<hr>`を許可するように、CSSの`offset-position`と`offset-path`プロパティをデフォルトで有効化。
`ArrayBuffer.prototype.transfer()`の実装、SVGの`<use>`にData URLを利用できないように変更。
実験的な機能としてDeclarative shadow DOM、Popover API、Clipboard API、`Intl.Segmenter`の実装など

Expand Down
Loading