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
Mark IA32 support as deprecated in system requirements table (#5607)
This change doesn't commit to anything but indicates to developers that
support for IA32 might be less and that there is a chance for removal in
the future.
Adds a new deprecated icon to facilitate this and adds aria-labels to
each entry for improved accessibility of the table cells.
Contributes to dart-lang/sdk#49969
**Staged:**
https://dart-dev--pr5607-misc-mark-ia32-as-deprecated-8mye30gd.web.app/get-dart#system-requirements
---------
Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com>
{% assign no = '<spanclass="material-symbols system-support"style="color: #D43324"aria-label="Not supported"title="Not supported">dangerous</span>' %}
23
+
{% assign dep = '<spanclass="material-symbols system-support"style="color: #EF6C00"aria-label="Deprecated"title="Deprecated">error</span>' %}
24
+
{% assign na = '<spanclass="material-symbols system-support"style="color: #DADCE0"aria-label="Does not exist"title="Does not exist">do_not_disturb_on</span>' %}
25
25
{% assign macversions = 'Latest three versions of macOS:<br>' %}
0 commit comments