You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-edge/extensions-chromium/publish/contact-extensions-team.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,12 +65,6 @@ Use this **Issues** page for:
65
65
If you think an item at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/) violates a copyright or trademark, complete the [Reporting Infringement](https://www.microsoft.com/concern/dmca) form. When filling in **Step 3: Where can the infringing material be found?**, in the **Product/Service/App** option, make sure to select **Microsoft Store on Windows**. The Microsoft Edge extensions team will review your report and then take the necessary action.
To feature your extension in a collection at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/), see [Submit a request to add an extension to the collections on the Microsoft Edge Add-ons home page](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRw01UwyBfAxNna_1ZkP3X2VUN0lBSU1YMEU3VFY0VURRODEwSjgwU00yRy4u) and complete the form.
You can request which collection your extension should be featured in at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/).
124
-
125
-
To submit a request, go to [Submit a request to add an extension to the collections on the Microsoft Edge Add-ons home page](https://forms.office.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbRw01UwyBfAxNna_1ZkP3X2VUN0lBSU1YMEU3VFY0VURRODEwSjgwU00yRy4u).
@@ -86,18 +80,6 @@ For WebView2, see [1.0.n.n](../../webview2/release-notes/index.md#10nnnnnn) in _
86
80
#### CSS features
87
81
88
82
89
-
<!-- ---------- -->
90
-
###### Auto-generated view transition names
91
-
92
-
The `view-transition-name` CSS property supports two new values, to avoid having to invent unique names for elements that participate in a view transition:
93
-
94
-
*`match-element` - Generates a unique ID that's based on the element's identity. This value is useful in single-page apps where the element that's animated with a view transition is being moved in the DOM.
95
-
96
-
*`auto` - Generates a unique ID that's based on the element's `id` attribute. This value only takes the `id` attribute into account, and ignores the type of element. This approach enables a view transition to work across multiple pages of an app, where elements with the same `id` attribute may be of different types.
97
-
98
-
See [Determining view-transition-name automatically](https://drafts.csswg.org/css-view-transitions-2/#auto-vt-name).
99
-
100
-
101
83
<!-- ---------- -->
102
84
###### CSS `dynamic-range-limit` property
103
85
@@ -106,34 +88,6 @@ The `dynamic-range-limit` CSS property allows limiting the maximum brightness of
106
88
See [Controlling Dynamic Range](https://drafts.csswg.org/css-color-hdr/#controlling-dynamic-range), in _CSS Color HDR Module Level 1_.
107
89
108
90
109
-
<!-- ---------- -->
110
-
###### Ignore `letter-spacing` in cursive scripts
111
-
112
-
Per specification, the browser now ignores the `letter-spacing` CSS property when rendering cursive scripts, to avoid breaking words.
113
-
114
-
If possible, the browser may apply letter spacing by translating the extra space into cursive elongation or compression. If the text cannot be expanded without breaking cursive connections, the browser treats each word as a single typographic unit for letter spacing.
115
-
116
-
Proper cursive elongation or compression varies, based on:
117
-
* Script.
118
-
* Typeface.
119
-
* Language.
120
-
* Word location.
121
-
* Line location.
122
-
* Implementation complexity.
123
-
* Font capabilities.
124
-
* Calligraphic preferences.
125
-
126
-
Proper cursive elongation or compression may involve shortening:
127
-
* Ligatures.
128
-
* Swash variants.
129
-
* Contextual forms.
130
-
* Elongation glyphs.
131
-
132
-
Avoid applying the `letter-spacing` property to cursive scripts, unless you can accept non-interoperable results.
133
-
134
-
See [letter-spacing](https://developer.mozilla.org/docs/Web/CSS/letter-spacing) at MDN.
135
-
136
-
137
91
<!-- ---------- -->
138
92
###### Change the `string` CSS type in the `attr()` function to `raw-string`
139
93
@@ -227,14 +181,6 @@ This boolean prevents a cross-site attack in which the attacker initiates a top-
227
181
This change also improves privacy by preventing a malicious site from using navigations to infer whether a user has previously visited a given site.
228
182
229
183
230
-
<!-- ---------- -->
231
-
###### Call stacks in crash reports from unresponsive web pages
232
-
233
-
When a webpage becomes unresponsive due to JavaScript code running a very long computation, such as an infinite loop, the Javascript call stack is recorded and included in the crash report that's sent to the Reporting API server endpoint that's configured by the website.
234
-
235
-
See [Reporting API](https://developer.mozilla.org/docs/Web/API/Reporting_API) at MDN.
0 commit comments