8000 [Form][WCAG] Errors sign for people that do not see colors by Nyholm · Pull Request #26327 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Form][WCAG] Errors sign for people that do not see colors #26327

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

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fixed tests
  • Loading branch information
Nyholm committed Feb 26, 2018
commit 839c2b4d6b7b6bf5af3dcc4e3a802a6ad459f7c4
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function testRow()
[
./div[
./ul
[./li[.="[trans]Error![/trans]"]]
[./li[.="[trans]Error![/trans]"]]
[count(./li)=1]
]
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function testRow()
[
./div[
./ul
[./li[.="[trans]Error![/trans]"]]
[./li[.="[trans]Error![/trans]"]]
[count(./li)=1]
]
]
Expand Down Expand Up @@ -166,9 +166,9 @@ public function testErrors()
[@class="list-unstyled mb-0"]
[
./li
[.="[trans]Error 1[/trans]"]
[.="[trans]Error 1[/trans]"]
/following-sibling::li
[.="[trans]Error 2[/trans]"]
[.="[trans]Error 2[/trans]"]
]
[count(./li)=2]
]
Expand Down
0