diff --git a/microsoft-edge/web-platform/release-notes/141.md b/microsoft-edge/web-platform/release-notes/141.md index c4382fa66b..9df1b18374 100644 --- a/microsoft-edge/web-platform/release-notes/141.md +++ b/microsoft-edge/web-platform/release-notes/141.md @@ -20,7 +20,6 @@ To stay up-to-date and get the latest web platform features, download a preview * [Web platform features](#web-platform-features) * [CSS features](#css-features) * [CSS `::search-text` pseudo-element](#css-search-text-pseudo-element) - * [Support `width` and `height` presentational attributes on nested `` elements](#support-width-and-height-presentational-attributes-on-nested-svg-elements) * [Web APIs](#web-apis) * [`ariaNotify()` API](#arianotify-api) * [IndexedDB `getAllRecords()` method and `direction` option for `getAll()` and `getAllKeys()`](#indexeddb-getallrecords-method-and-direction-option-for-getall-and-getallkeys) @@ -72,37 +71,6 @@ See also: * [::search-text](https://drafts.csswg.org/css-pseudo-4/#selectordef-search-text) in _CSS Pseudo-Elements Module Level 4_. - -###### Support `width` and `height` presentational attributes on nested `` elements - -You can now use the `width` and `height` presentational attributes on nested `` elements, through both SVG markup and CSS. This approach provides greater flexibility, allowing you to style SVG elements more efficiently within complex designs. - -With this feature, the following two HTML code snippets now produce the same output: - -```html - - - - - -``` - -In the above example, the second line uses a `style` attribute that contains `width` and `height` values. - -```html - - - - - -``` - -In the above example, the second line uses separate `width` and `height` attributes. - -See also: -* [``](https://developer.mozilla.org/docs/Web/SVG/Reference/Element/svg) at MDN. - - #### Web APIs