mirror of
https://github.com/bendtherules/UiQuestions.git
synced 2026-08-18 13:52:50 +00:00
element-properties - Add MDN links for .innerText
This commit is contained in:
@@ -280,3 +280,9 @@ text.innerText = "new text \n and a newline"
|
||||
// result html -
|
||||
<span id="text">new text <br/> and a newline</span>
|
||||
```
|
||||
|
||||
<span>
|
||||
<MDN title="innerText" i url="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/innerText" />
|
||||
|
||||
<MDN title="textContent" i url="https://developer.mozilla.org/en-US/docs/Web/API/Node/textContent" />
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user