Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef6a182

Browse files
Monet Emilienfabpot
authored andcommitted
[WebProfilerBundle] Add a title and img role to svg of the web debug toolbar
1 parent a27e37a commit ef6a182

File tree

13 files changed

+29
-11
lines changed

13 files changed

+29
-11
lines changed

src/Symfony/Bundle/SecurityBundle/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ CHANGELOG
77
* Deprecate enabling bundle and not configuring it
88
* Add `_stateless` attribute to the request when firewall is stateless
99
* Add `StatelessAuthenticatorFactoryInterface` for authenticators targeting `stateless` firewalls only and that don't require a user provider
10+
* Modify "icon.svg" to improve accessibility for blind/low vision users
1011

1112
6.2
1213
---

src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/icon.svg

Lines changed: 2 additions & 1 deletion
Loading

src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
6.3
5+
---
6+
7+
* Add a "role=img" and an explicit title in the .svg file used by the web debug toolbar
8+
to improve accessibility with screen readers for blind users
9+
410
6.1
511
---
612

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/cache.svg

Lines changed: 2 additions & 1 deletion
Loading

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/config.svg

Lines changed: 2 additions & 1 deletion
Loading

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/exception.svg

Lines changed: 2 additions & 1 deletion
Loading

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/form.svg

Lines changed: 2 additions & 1 deletion
Loading

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/logger.svg

Lines changed: 2 additions & 1 deletion
Loading

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/memory.svg

Lines changed: 2 additions & 1 deletion
Loading

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/menu.svg

Lines changed: 2 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)