Skip to content

Commit

Permalink
Update c3ed1c920db04a7b13d043fae5766694cf50d561.html
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomo-petri authored Dec 31, 2024
1 parent c7e463e commit 06576cd
Showing 1 changed file with 12 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<!DOCTYPE html>
<html>
<style>
.offScreen {
position: absolute;
left: -9999px;
top: -9999px;
}
</style>
<html lang="en">
<head>
<title>Passed Example 4</title>
<style>
.offScreen {
position: absolute;
left: -9999px;
top: -9999px;
}
</style>
</head>
<body>
<object title="Moon speech" data="/WAI/content-assets/wcag-act-rules/test-assets/moon-audio/moon-speech.mp3" class="offScreen"></object>
</body>
</html>
</html>

0 comments on commit 06576cd

Please sign in to comment.