Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarify img mappings #451

Closed
wants to merge 12 commits into from
Closed

clarify img mappings #451

wants to merge 12 commits into from

Commits on Dec 13, 2022

  1. clarify img mappings

    closes #439
    
    This PR provides more detailed conditions for when an `img` element is mapped to the `img` role. 
    
    This was originally brought up to address what should happen when an `img` lacks or has been given an `src` attribute set to the empty string, as HTML defines such instances as "representing nothing".  However, in trying to just add in that condition, it made me realize the mappings were lacking additional nuance to how the element is exposed re: the existence of alternative naming mechanisms besides just `alt`.
    scottaohara authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    bce7e19 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    c8745d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    499b0a3 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    a392e82 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Update index.html

    scottaohara authored May 8, 2023
    Configuration menu
    Copy the full SHA
    f865dc3 View commit details
    Browse the repository at this point in the history
  2. Update index.html

    scottaohara authored May 8, 2023
    Configuration menu
    Copy the full SHA
    d0fa4af View commit details
    Browse the repository at this point in the history
  3. Update index.html

    scottaohara authored May 8, 2023
    Configuration menu
    Copy the full SHA
    9c8c1b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    fe10306 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    ae08823 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    27bb2f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Update index.html

    scottaohara authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    dd66005 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    5346353 View commit details
    Browse the repository at this point in the history