-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
Description
The following buttons could use better labels.
- index.php
- PHP error_log
It is not clear that these buttons will switch the code editor view. Suggestions:
- File: index.php
- Read-only file: PHP error_log
Since these are functioning similarly to tabs, I would also mark the active one. You can use aria-current="true". This attribute must also be toggled with JavaScript with onClick event or similar.
Docs: