Baseline Widely available
Die href
-Eigenschaft, die nur gelesen werden kann, des SVGImageElement
-Interfaces spiegelt das href
- oder xlink:href
Veraltet -Attribut des gegebenen <image>
-Elements wider.
Ein SVGAnimatedString
-Objekt.
href
-Eigenschaft
// Get the SVG image element
const imageElement = document.querySelector("image");
// Access the href property
const href = imageElement.href.baseVal;
console.log(href); // Output: The href value
Spezifikationen Browser-Kompatibilität MDN-Feedback-Box War diese Ãbersetzung hilfreich?
Diese Seite wurde automatisch aus dem Englischen übersetzt.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4