Add html tags required for accessibility (#10989)
# Objective - Make example comply with accessibility standards. ## Solution - Add missing tags.
This commit is contained in:
parent
696af48416
commit
746361bdfd
@ -1,4 +1,4 @@
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<style>
|
||||
@ -11,14 +11,14 @@
|
||||
black 51%,
|
||||
white 51%,
|
||||
white 100%
|
||||
);
|
||||
background-repeat: repeat;
|
||||
) repeat;
|
||||
background-size: 20px 20px;
|
||||
}
|
||||
canvas {
|
||||
background-color: white;
|
||||
}
|
||||
</style>
|
||||
<title>WASM Example</title>
|
||||
</head>
|
||||
<script type="module">
|
||||
import init from './target/wasm_example.js'
|
||||
|
Loading…
Reference in New Issue
Block a user