Comment
The Comment
interface represents textual notations within markup; although it is generally not visually shown, such comments are available to be read in the source view.
Comments are represented in HTML and XML as content between '<!--
' and '-->
'. In XML, the character sequence '--
' cannot be used within a comment.
Properties
This interface has no specific property, but inherits those of its parent, CharacterData
, and indirectly those of Node
.
Constructor
-
Comment()
-
Returns a
Comment
object with the parameter as its textual content.
Methods
This interface has no specific method, but inherits those of its parent, CharacterData
, and indirectly those of Node
.
Specifications
Specification |
---|
DOM Standard (DOM) # interface-comment |
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
Comment |
1 |
12 |
1 |
9 |
≤12.1 |
3 |
1 |
18 |
Yes |
≤12.1 |
1 |
1.0 |
Comment |
29 |
16 |
24 |
No |
16 |
7 |
≤37 |
29 |
24 |
16 |
7 |
2.0 |
See also
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/Comment