We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6963b commit b85516bCopy full SHA for b85516b
1 file changed
src/main/java/org/htmlunit/html/DomNode.java
@@ -681,7 +681,7 @@ public NamedNodeMap getAttributes() {
681
*
682
* @see <a href="http://www.w3.org/TR/CSS2/visufx.html#visibility">CSS2 Visibility</a>
683
* @see <a href="http://www.w3.org/TR/CSS2/visuren.html#propdef-display">CSS2 Display</a>
684
- * @see <a href="http://msdn.microsoft.com/en-us/library/ms531180.aspx">MSDN Documentation</a>
+ * @see <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/visibility">MDN CSS visibility</a>
685
* @return {@code true} if the node is visible to the user, {@code false} otherwise
686
* @see #mayBeDisplayed()
687
*/
0 commit comments