回答編集履歴
1
訂正
answer
CHANGED
@@ -12,6 +12,7 @@
|
|
12
12
|
> isElementContentWhitespace of type boolean, readonly, introduced in DOM Level 3
|
13
13
|
Returns whether this text node contains element content whitespace, often abusively called 'ignorable whitespace'.
|
14
14
|
[Document Object Model Core](https://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#Text3-isElementContentWhitespace)
|
15
|
+
|
15
16
|
適当訳すると、『テキストノードが、しばしば「無視してよい空白」と誤用される`element content whitespace`かどうかを返します』でしょうか。
|
16
17
|
|
17
18
|
|