Specifies an attribute in the form of a CSS selector.
You can pass a CSS selector that matches the iframe
Sie können einen CSS-Selektor übergeben, der zum iframe gehört
query($query): query the document using CSS selector notation.
query($query): Abfrage des Dokuments bei Verwendung der CSS Selektor Schreibweise.
CSS selector notation is provided as a simpler and more familiar notation for web developers to utilize when querying documents with XML structures.
Die CSS Selektor Schreibweise wird als einfachere und für Web Entwickler bekannterer Weg angeboten um bei der Anfrage von Dokumenten mit XML Strukturen zu helfen.
The CSS selector identifies the text to be displayed as the title of chosen layout type.
Mit dem CSS-Selektor wird der Text identifiziert, der als Titel des gewählten Layouttyps angezeigt werden soll.
Similar to a:hover pseudo-class, this combined CSS selector is only active if the checkbox has been selected.
Ähnlich wie beispielsweise ein:hover greift dieser kombinierte CSS-Selektor nur, wenn die Checkbox aktiviert wurde.
Here's the thing: you don't actually know if a CSS selector is unused unless you
Hier ist das Ding: Sie wissen eigentlich nicht, wenn ein CSS-Selektor wird nicht verwendet, es sei denn, Sie
The top-level element of every web page is<html>, so html is a CSS selector that affects everything in the page.
Bei allen Web-Seiten ist das oberste Element das HTML-Tag, daher ist „html" ein CSS-Selektor, der alles auf der Seite beeinflusst.
The style is specified by a class string which represents the CSS selector.
Der Style wird über einen Klassen-String angegeben, der den CSS-Selektor repräsentiert.
If you want to style the notice and consent text without impacting the rest of the form styling, you can use the CSS selector listed below as a starting point (depending on the consent options your team has chosen, the selector may need to be modified)
Wenn Sie den Hinweis und den Einwilligungstext formatieren möchten, ohne dass sich dies auf die restliche Formatierung des Formulars auswirkt, können Sie den unten aufgelisteten CSS-Selektor als Ausgangspunkt verwenden (in Abhängigkeit von den von Ihrem Team ausgewählten Einwilligungsoptionen muss der Selektor möglicherweise geändert werden)
For optimal performance, ensure that your CSS selector does not match a large number of elements, or use ID as your selection method instead.
Die höchste Leistung erzielen Sie, wenn der CSS-Selektor nicht mit sehr vielen Elementen übereinstimmt oder Sie die ID als Auswahlmethode verwenden.
2001-07-09 "xselect" is a C program that extracts all elements from an XML document that match a CSS selector.
2001-07-09 "xselect" ist ein C Programm welches alle Elemente eines XML Dokuments welche auf einen CSS Selektor zutreffen extrahieren kann.
If the table doesn't use a colspan attribute, use the td:nth-child(an+b) CSS selector where a is the total number of the columns in the table and b HTML5
Wenn die Tabelle kein colspan - Attribut verwendet, verwenden Sie den CSS-Selektor td: nth-child (an + b), wobei a die Gesamtanzahl der Spalten in der Tabelle ist und b ist die Ordnungsposition der Spalte in der Tabelle.