HTMLContentElement.select
Invalid slug for templ/sidebar: conflicting/Web/API/HTMLSlotElement_ded38e17cacb3809f7af4fec22adcc56
A propriedade HTMLContentElement.select
reflete o atributo selecionado. É um DOMString
contendo uma lista de spaço-separado de seletores CSS que seleciona o conteúdo para inserir em lugar do elemento <content>.
Sintaxe
object.select = "CSSselector CSSselector ...";
Exemplo
js
// Select <h1> elements and elements with class="error"
myContentObject.select = "h1 .error";
Especificações
No specification found
No specification data found for undefined
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.