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/web-platform/release-notes/133.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,9 @@ Adds the `Atomics.pause` method, to hint to the CPU that the current code is exe
51
51
<!-- ---------- -->
52
52
###### CSP hash reporting for scripts
53
53
54
-
Complex web applications often need to keep a record of the subresources that they download, for security purposes. In particular, upcoming industry standards and best practices (such as PCI-DSS v4)<!-- todo: link? --> require that web applications keep an inventory of all the scripts they download and execute.
54
+
Complex web applications often need to keep a record of the subresources that they download, for security purposes. In particular, upcoming industry standards and best practices (such as [PCI-DSS v4](https://east.pcisecuritystandards.org/document_library?category=pcidss&document=pci_dss)) require that web applications keep an inventory of all the scripts they download and execute.
55
55
56
-
This feature builds on CSP<!-- todo: expand --> and the Reporting API to report the URLs and hashes (for CORS/same-origin)<!-- todo: punc. --> of all the script resources that the document loads.
56
+
This feature builds on Content Security Policy (CSP) and the Reporting API to report the URLs and hashes of all the script resources that the document loads.
57
57
58
58
59
59
<!-- ---------- -->
@@ -115,7 +115,7 @@ The `text-box-trim` property specifies the sides to trim (above or below). The
115
115
116
116
These properties allow you to control vertical spacing precisely, by using the font metrics.
117
117
118
-
`ideographic` and `ideographic-ink`, two values for the `text-box-edge` property for CJK,<!-- todo: expand CJK--> are deferred to a future release.
118
+
`ideographic` and `ideographic-ink`, two values for the `text-box-edge` property for Chinese, Japanese, and Korean (CJK) characters are deferred to a future release.
119
119
120
120
121
121
<!-- ---------- -->
@@ -125,10 +125,10 @@ This feature adds a DOM primitive (`moveBefore`) that allows moving an element a
125
125
126
126
When moving an element instead of removing or inserting an element, state such as the following is preserved:
@@ -140,11 +140,9 @@ For completeness, the attribute on `<area>` is exposed with identical syntax and
140
140
141
141
142
142
<!-- ---------- -->
143
-
###### Expose coarsened cross-origin `renderTime` in element timing/LCP (regardless of TAO)
143
+
###### Expose coarsened cross-origin `renderTime` in element timing and Largest Contentful Paint (LCP) regardless of the `Timing-Allow-Origin` (TAO) header
144
144
145
-
<!-- todo: expand 'TAO' -->
146
-
147
-
All element-timing and `LargestContentfulPaint` (LCP) performance entries would have a non-zero `renderTime`, even if they are cross-origin without `Timing-Allow-Origin`. All presentation timestamps (`renderTime`, paint timing start time, and event timing end time) will be coarsened to a multiple of 4ms, to reduce the risk of reading cross-origin image information.
145
+
All element-timing and LCP performance entries would have a non-zero `renderTime`, even if they are cross-origin without a `Timing-Allow-Origin` header. All presentation timestamps (`renderTime`, paint timing start time, and event timing end time) will be coarsened to a multiple of 4ms, to reduce the risk of reading cross-origin image information.
148
146
149
147
150
148
<!-- ---------- -->
@@ -226,7 +224,7 @@ Adds additional vertex formats that weren't present in the initial release of We
226
224
<!-- ---------- -->
227
225
###### X25519 algorithm of the Web Cryptography API
228
226
229
-
The X25519 algorithm provides tools to perform key agreement by using the X25519 function that's specified in RFC7748.<!-- todo: link? --> The `X25519` algorithm identifier can be used in the `SubtleCrypto` interface to access the implemented operations: `generateKey`, `importKey`, `exportKey`, `deriveKey`, and `deriveBits`.
227
+
The X25519 algorithm provides tools to perform key agreement by using the X25519 function that's specified in [RFC7748](https://www.rfc-editor.org/rfc/rfc7748.html). The `X25519` algorithm identifier can be used in the `SubtleCrypto` interface to access the implemented operations: `generateKey`, `importKey`, `exportKey`, `deriveKey`, and `deriveBits`.
0 commit comments