Skip to content

Commit 9dfd81d

Browse files
Add missing features
1 parent c7a5853 commit 9dfd81d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

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

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ There are some caveats due to properties not allowed on a highlight pseudo and h
7272
Enables a page to limit the maximum brightness of HDR content.
7373

7474

75+
<!-- ---------- -->
76+
###### Customizable `<select>` Element
77+
78+
Customizable `<select>` allows developers to take complete control of the rendering of `<select>` elements by adding the `appearance:base-select` CSS declaration.
79+
80+
This feature 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`.
81+
82+
7583
<!-- ---------- -->
7684
###### Dialog light dismiss
7785

@@ -82,6 +90,12 @@ This brings the "light dismiss" behavior of the Popover API to `<dialog>` elemen
8290
* `<dialog closedby=any>` - user clicking outside the dialog, or pressing ESC, closes the dialog. Akin to `popover=auto` behavior.
8391

8492

93+
<!-- ---------- -->
94+
###### `application-title` meta tag for installed web apps
95+
96+
This feature allows developers of installed web applications to set the text they want to display in the title bar of the window by using the `<meta name="application-title">` tag in the HTML head. This replaces the text contained in the HTML `<title>` tag when the application is installed.
97+
98+
8599
<!-- ---------- -->
86100
###### Document-Policy: expect-no-linked-resources
87101

0 commit comments

Comments
 (0)