Skip to content

Commit cb55190

Browse files
Address review comments
1 parent 40063a3 commit cb55190

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

  • microsoft-edge/web-platform/release-notes

microsoft-edge/web-platform/release-notes/133.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ Adds the `Atomics.pause` method, to hint to the CPU that the current code is exe
5151
<!-- ---------- -->
5252
###### CSP hash reporting for scripts
5353

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.
5555

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.
5757

5858

5959
<!-- ---------- -->
@@ -115,7 +115,7 @@ The `text-box-trim` property specifies the sides to trim (above or below). The
115115

116116
These properties allow you to control vertical spacing precisely, by using the font metrics.
117117

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.
119119

120120

121121
<!-- ---------- -->
@@ -125,10 +125,10 @@ This feature adds a DOM primitive (`moveBefore`) that allows moving an element a
125125

126126
When moving an element instead of removing or inserting an element, state such as the following is preserved:
127127

128-
* iframes remain loaded.
128+
* `<iframe>` elements remain loaded.
129129
* The active element retains focus.
130-
* Popovers, fullscreen dialogs,<!-- todo: windows? --> and modal dialogs remain open.
131-
* CSS transitions and animations remain running.
130+
* Popovers and dialogs remain open.
131+
* CSS transitions and animations continue to run.
132132

133133

134134
<!-- ---------- -->
@@ -140,11 +140,9 @@ For completeness, the attribute on `<area>` is exposed with identical syntax and
140140

141141

142142
<!-- ---------- -->
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
144144

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.
148146

149147

150148
<!-- ---------- -->
@@ -226,7 +224,7 @@ Adds additional vertex formats that weren't present in the initial release of We
226224
<!-- ---------- -->
227225
###### X25519 algorithm of the Web Cryptography API
228226

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`.
230228

231229

232230
<!-- ---------- -->

0 commit comments

Comments
 (0)