Skip to content
Open
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
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,17 @@ <h3>
<h3>
Providing fallback content for legacy user agents
</h3>
<aside class="issue" data-number="22"></aside>
<aside class="example">
<p>
The following example shows the inclusion of fallback content:
</p>
<pre class="html">
&lt;model&gt;
&lt;source src="3d-assets/teapot"&gt;
&lt;img src="images/teapot-fallback-thumbnail.png"&gt;
&lt;/model&gt;
</pre>
</aside>
<h3>
Making `model` accessible
</h3>
Expand Down
Loading