Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions _rules/image-no-text-0va7u6.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ This rule applies to any [rendered image resources][] in a [web page][].

## Expectation

For each test target, at least one of the following is true:

For each test target, its [visible pixels][visible] do not contain text expressing anything in a [human language], except if at least one of the following is true:

- **essential**: the [visible pixels][visible] of the test target contain text for which its presentation is [essential][]; or
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not so sure we should use "essential" here. It's sort of out of scope of this PR, but it's very relevant in moving this rule forward. We had a discussion about "essential" last week in ACT TF and our impression there was that it was too ambiguous to be used in an expectation.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @WilcoFiers , your points seem to point at both including and excluding it. I'm happy to have a discussion to decide on what we are doing within the most recent submission for updates.

Copy link
Member

@WilcoFiers WilcoFiers Sep 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll open an issue. This is not related to your PR. Feel free to move forward with that. #1915

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So I can resolve this conversation ? I see #1915 however not sure what to do with #1873 currently.

- **language**: the [visible pixels][visible] of the test target do not contain text expressing anything in a [human language][]; or
- **significant**: the [visible pixels][visible] of the test target contain text and the text is not a significant part of the [visible pixels][visible] of the test target; or
- **decoration**: the [embedded image][] the test target belongs to is [purely decorative][].
- **not significant**: the [visible pixels][visible] of the test target contain text and the text is not a significant part of the visible part of the image or
- **decoration**: the test target belongs to an [embedded image][] that is [purely decorative][].

## Assumptions

Expand Down