File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -54636,6 +54636,43 @@ interface <dfn interface>HTMLSelectElement</dfn> : <span>HTMLElement</span> {
5463654636 …</code></pre>
5463754637 </div>
5463854638
54639+ <div class="example">
54640+ <p>Here is an example which uses <code>div</code>, <code>legend</code>,
54641+ <code>img</code>, <code>button</code>, and <code>selectedcontent</code> elements:</p>
54642+
54643+ <pre><code class="html"><select>
54644+ <button>
54645+ <selectedcontent></selectedcontent>
54646+ </button>
54647+ <div class="border">
54648+ <optgroup>
54649+ <legend>WHATWG Specifications</legend>
54650+ <option>
54651+ <img src="html.jpg">
54652+ HTML
54653+ </option>
54654+ <option>
54655+ <img src="dom.jpg">
54656+ DOM
54657+ </option>
54658+ </optgroup>
54659+ </div>
54660+ <div class="border">
54661+ <optgroup>
54662+ <legend>W3C Specifications</legend>
54663+ <option>
54664+ <img src="forms.jpg">
54665+ CSS Form Control Styling
54666+ </option>
54667+ <option>
54668+ <img src="pseudo.jpg">
54669+ CSS Pseudo-Elements
54670+ </option>
54671+ <optgroup>
54672+ </div>
54673+ </select></code></pre>
54674+ </div>
54675+
5463954676
5464054677
5464154678 <h4>The <dfn element><code>datalist</code></dfn> element</h4>
You can’t perform that action at this time.
0 commit comments