Home / File/ valid.html — vite Source File

valid.html — vite Source File

Architecture documentation for valid.html, a html file in the vite codebase.

Entity Profile

Source Code

<!-- accepted HTML parsing errors, browsers accept these -->
<div id="duplicated-attrs" style="color: green;" style="color: red;">Accept duplicated attribute</div>

<!-- accepted HTML constructs -->
<datalist>
  <option value="option-without-closing-tag">    
</datalist>

<div id="no-quotes-on-attr">No quotes on Attr</div>
<script type="module" src=/valid.js></script>

<svg>
  <!-- attr with prefix -->
  <use xlink:href="/sprite.svg#svg"></use>
</svg>

<!-- allow self closing on non-void elements -->
<self-close-non-void />

Frequently Asked Questions

What does valid.html do?
valid.html is a source file in the vite codebase, written in html.
Where is valid.html in the architecture?
valid.html is located at playground/html/valid.html (directory: playground/html).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free