Skip to content

Commit

Permalink
Update revenge.css
Browse files Browse the repository at this point in the history
Changed multiple main warning to  "Check: Only one <main> element without hidden attribute allowed" See Heydon#25 (comment)
  • Loading branch information
Bruce Lawson committed Nov 27, 2019
1 parent 50d753d commit 4760adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revenge.css
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ aside [role="banner"]::after, aside [role="contentinfo"]::after {
}

main:not(:first-of-type)::after {
content: 'Only use one <main> element per page' !important;
content: 'Check: Only one <main> element without hidden attribute allowed' !important;
}

/**
Expand Down

0 comments on commit 4760adf

Please sign in to comment.