php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #74453 Accessibility Issues
Submitted: 2017-04-16 10:54 UTC Modified: 2017-04-30 04:22 UTC
From: obewanz at yahoo dot com Assigned:
Status: No Feedback Package: Website problem
PHP Version: Irrelevant OS: Windows and Unix
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: obewanz at yahoo dot com
New email:
PHP Version: OS:

 

 [2017-04-16 10:54 UTC] obewanz at yahoo dot com
Description:
------------
As a person with vision impairment, I find it extremely difficult to use the current documentation website whereas specifically the "dimming" of code samples until the mouse pointer brings focus to them makes it very difficult to see if that code sample is relevant to what I am searching for. Not to mention the constant "dimming" affects my ability to focus well enough to read the sample code - just to evaluate if it is relevant to what I am searching for.

PLEASE!! Stop the fancy pansy presentation "gimmicks" and just give me a website with easy to read information (read clear text) that does not cause additional strain and discomfort on my already weak vision.

Thank You.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-04-16 19:17 UTC] danack@php.net
Just to be clear, are you talking about the negatively scored comments at the bottom of some manual pages, or are you referring to something else?
 [2017-04-16 19:20 UTC] example at example dot org
I agree this should be improved. Meanwhile, you can use a Chrome extension like Stylish or UserCSS; add this CSS for the php.net domain:

.text {
    opacity: 1 !important;
}
 [2017-04-16 20:57 UTC] peehaa@php.net
-Status: Open +Status: Feedback
 [2017-04-30 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 14:01:30 2024 UTC