Skip to content

Commit c1b9b1f

Browse files
Apply suggestions from code review
Co-authored-by: Michael Hoffman <v-mihoffman@microsoft.com>
1 parent b8b8aef commit c1b9b1f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Using this property, webpages that display HDR images can limit their brightness
101101

102102
The customizable `<select>` element allows developers to take complete control of the rendering of the element, by adding the `appearance: base-select` CSS declaration.
103103

104-
This feature currently relies on the `SelectParserRelaxation` flag, which changes the HTML parser to allow more tags within the `<select>` tag. Sites which include additional tags inside `<select>` which were getting removed before, such as `<span>`s, or are including an extremely large number of `<option>`s may be affected by `SelectParserRelaxation`.
104+
This feature currently relies on the `SelectParserRelaxation` flag, which changes the HTML parser to allow more tags within the `<select>` tag. Sites which include additional tags inside `<select>` which were getting removed before, such as `<span>` elements, or are including an extremely large number of `<option>` elements may be affected by `SelectParserRelaxation`.
105105

106106
See [Customizable Select Element (Explainer)](https://open-ui.org/components/customizableselect/).
107107

@@ -113,9 +113,9 @@ This feature adds the _light dismiss_ behavior of the Popover API to `<dialog>`
113113

114114
A new `closedby` attribute controls the behavior:
115115

116-
* `<dialog closedby="none">`: no user-triggered closing of dialogs at all.
117-
* `<dialog closedby="closerequest">`: user pressing ESC (or another close trigger) closes the dialog.
118-
* `<dialog closedby="any">`: user clicking outside the dialog, or pressing ESC, closes the dialog. Similar to `popover=auto` behavior.
116+
* `<dialog closedby="none">`: No user-triggered closing of dialogs at all.
117+
* `<dialog closedby="closerequest">`: User pressing **Esc** (or another close trigger) closes the dialog.
118+
* `<dialog closedby="any">`: User clicking outside the dialog, or pressing **Esc**, closes the dialog. Similar to `popover=auto` behavior.
119119

120120

121121
<!-- ---------- -->

0 commit comments

Comments
 (0)