Closed Bug 1533728 Opened 5 years ago Closed 5 years ago

NVDA reads url's instead of show names on Netflix

Categories

(Core :: Disability Access APIs, defect)

Desktop
Windows
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX
Tracking Status
firefox65 --- affected
firefox66 --- affected
firefox67 --- affected

People

(Reporter: vlucaci, Unassigned)

Details

Affected versions

  • 66.0b14
  • 67.0a1
  • 65.0.2

Affected platforms

  • Windows 10x64

Steps to reproduce

  1. Download and install NVDA.
  2. Launch FF.
  3. Go to Netflix.com and login with valid credentials.
  4. Hover the mouse over thumbnails of Trending now, Popular on Netflix, etc.

Expected result

  • NVDA reads the name of the series alongside the short description for it.

Actual result

  • NVDA only reads the URL of the series.

Regression range

  • Will return with regression range ASAP.

Additional notes

  • NVDA reads the description and title of the promoted show from the Home page , below the header.
  • NVDA does not read anything on Netlifx on latest Chrome browser.
  • NVDA does not read anythinf on Netflix on macOS and Ubuntu platforms, except the controls (play, pause , next, previous). Different ticket for this?
Has Regression Range: --- → no

Hello,

I went with the regression as far back as 2016 and concluded that in those builds, NVDA did not narrate anything contained in the Netflix page. Since the 2017 builds, the above described issue started occuring, so this issue is not a regression.
Marking it accordingly.

Has STR: --- → yes

I think this is something that needs to be addressed in the various screen readers, rather than in Firefox. What's happening here is that each show is a link containing an image. The image doesn't have alt text, which is arguably an authoring error. However, the link has an aria-label, which overrides the image, at least for users using NVDA browse mode with the keyboard (not the mouse). Distilled test case:

data:text/html,<a href="https://mozilla.org/" aria-label="Test"><img src="https://via.placeholder.com/100x100"></a>

Observe that if you use the arrow keys with NVDA, you get "Test", but with the mouse, you get "https://mozilla.org/".

Closing wontfix because this is not something that Firefox needs to address.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.