Vertaling van "CSS escapes" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Because there is a tendency to want to move styles declared in attributes to the style element or an external style sheet (for example, this might be done automatically using an application or script), it is safest to use only CSS escapes.
Weil die Tendenz dahin geht, in Attributen angegebene Stile ins style-Element oder ein externes Stylesheet zu verschieben (dies kann auch automatisch durch eine Applikation oder ein Script geschehen), ist es am sichersten, ausschließlich CSS-Escapes zu verwenden.
A style attribute in HTML can represent characters using numeric or named character references or CSS escapes.
In einem style-Attribut können in HTML Zeichen durch nummerische oder benannte Zeichenreferenzen oder CSS-Escapes repräsentiert werden.
For more information about CSS escapes, see the CSS Syntax Module.
Andere resultaten
css: escapes a string for CSS context
Using character escapes in markup and CSS provides best practices for use of escapes, and tells you how to use them when they are needed.
TemplateStyles includes a full-fledged CSS parser that reads, re-serializes and escapes all code and removes CSS rules which do not match its whitelist.
TemplateStyles enthält einen CSS-Parser, der den CSS-Quelltext liest, serialisiert, allen Code escapet und CSS-Regeln entfernt, die nicht auf seiner Whitelist stehen.
How can I use character escapes in markup and CSS, and when should I use or not use them?
Wie verwendet man Zeichen-Escapes (Maskierungen) in Markup und CSS, wann sollte man sie verwenden und wann nicht?
Examples of escapes in HTML/ XHTML and CSS, and advice on when and how to use them, can be found in the article Using character escapes in markup and CSS.
Beispiele für Escapes in HTML/XHTML und CSS sowie Ratschläge, wann und wie man sie verwendet, sind im Artikel Verwendung von Zeichen-Escapes in Markup und CSS zu finden.
The preferred option is to properly escape all untrusted data based on the HTML context (body, attribute, JavaScript, CSS, or URL) that the data will be placed into.
Vorzugsweise sollten nicht vertrauenswürdige Metazeichen dem Kontext, in dem sie ausgegeben werden (HTML, JavaScript, CSS, URL usw.), entsprechend escaped werden.
To match ID or selectors that do not follow the CSS syntax (by using a colon or space inappropriately for example), you must escape the character with a back slash.
Um IDs oder Selektoren nutzen zu können, die nicht der CSS-Syntax entsprechen (z. B. durch unpassende Benutzung von Doppelpunkten oder Leerzeichen), müssen diese Zeichen mit Backslash ("\") escapet werden.
Node-WebKit is a runtime environment for desktop applications written with HTML 5, CSS 3 and JavaScript which can escape a browser's sandbox and access the system environment thanks to Node.js.
Node-WebKit ist eine Laufzeitumgebung für mit HTML 5, CSS 3 und JavaScript erstellte Desktop-Anwendungen, die dank Node.js aus der Browser-Umgebung ausbrechen und auf die Systemumgebung zugreifen framework
You can use a character escape to represent any character from the Unicode character set in HTML, XML or CSS using only ASCII characters.
Jedes Unicode-Zeichen lässt sich in HTML, XML oder CSS durch ein Zeichen-Escape darstellen (maskieren); in diesem kommen dann ausschließlich ASCII-Zeichen vor.