http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/HtmlElement.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/dto/html5/HtmlElement.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/HtmlElement.java
index 96ddbcb..7be2c18 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/HtmlElement.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/HtmlElement.java
@@ -86,7 +86,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/editing.html#the-accesskey-attribute'>accesskey</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/editing.html#the-accesskey-attribute";>accesskey</a>
 attribute.
         * @param accesskey - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -96,7 +96,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/dom.html#classes'>class</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/dom.html#classes";>class</a> attribute.
         * @param _class - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -106,7 +106,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/editing.html#attr-contenteditable'>contenteditable</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/editing.html#attr-contenteditable";>contenteditable</a>
 attribute.
         * @param contenteditable - The new value for this attribute.
         *      Typically a {@link Boolean} or {@link String}.
         * @return This object (for method chaining).
@@ -117,7 +117,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/dom.html#the-dir-attribute'>dir</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/dom.html#the-dir-attribute";>dir</a> attribute.
         * @param dir - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -127,7 +127,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/editing.html#the-hidden-attribute'>hidden</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/editing.html#the-hidden-attribute";>hidden</a> 
attribute.
         * @param hidden - The new value for this attribute.
         *      Typically a {@link Boolean} or {@link String}.
         * @return This object (for method chaining).
@@ -138,7 +138,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/dom.html#the-id-attribute'>id</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/dom.html#the-id-attribute";>id</a> attribute.
         * @param id - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -148,7 +148,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/dom.html#attr-lang'>lang</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/dom.html#attr-lang";>lang</a> attribute.
         * @param lang - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -158,7 +158,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onabort'>onabort</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onabort";>onabort</a> 
attribute.
         * @param onabort - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -168,7 +168,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onblur'>onblur</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onblur";>onblur</a> 
attribute.
         * @param onblur - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -178,7 +178,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-oncancel'>oncancel</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-oncancel";>oncancel</a>
 attribute.
         * @param oncancel - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -188,7 +188,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-oncanplay'>oncanplay</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-oncanplay";>oncanplay</a>
 attribute.
         * @param oncanplay - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -198,7 +198,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-oncanplaythrough'>oncanplaythrough</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-oncanplaythrough";>oncanplaythrough</a>
 attribute.
         * @param oncanplaythrough - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -208,7 +208,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onchange'>onchange</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onchange";>onchange</a>
 attribute.
         * @param onchange - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -218,7 +218,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onclick'>onclick</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onclick";>onclick</a> 
attribute.
         * @param onclick - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -228,7 +228,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-oncuechange'>oncuechange</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-oncuechange";>oncuechange</a>
 attribute.
         * @param oncuechange - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -238,7 +238,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-ondblclick'>ondblclick</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-ondblclick";>ondblclick</a>
 attribute.
         * @param ondblclick - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -248,7 +248,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-ondurationchange'>ondurationchange</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-ondurationchange";>ondurationchange</a>
 attribute.
         * @param ondurationchange - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -258,7 +258,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onemptied'>onemptied</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onemptied";>onemptied</a>
 attribute.
         * @param onemptied - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -268,7 +268,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onended'>onended</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onended";>onended</a> 
attribute.
         * @param onended - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -278,7 +278,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onerror'>onerror</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onerror";>onerror</a> 
attribute.
         * @param onerror - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -288,7 +288,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onfocus'>onfocus</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onfocus";>onfocus</a> 
attribute.
         * @param onfocus - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -298,7 +298,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-oninput'>oninput</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-oninput";>oninput</a> 
attribute.
         * @param oninput - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -308,7 +308,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-oninvalid'>oninvalid</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-oninvalid";>oninvalid</a>
 attribute.
         * @param oninvalid - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -318,7 +318,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onkeydown'>onkeydown</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onkeydown";>onkeydown</a>
 attribute.
         * @param onkeydown - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -328,7 +328,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onkeypress'>onkeypress</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onkeypress";>onkeypress</a>
 attribute.
         * @param onkeypress - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -338,7 +338,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onkeyup'>onkeyup</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onkeyup";>onkeyup</a> 
attribute.
         * @param onkeyup - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -348,7 +348,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onload'>onload</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onload";>onload</a> 
attribute.
         * @param onload - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -358,7 +358,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onloadeddata'>onloadeddata</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onloadeddata";>onloadeddata</a>
 attribute.
         * @param onloadeddata - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -368,7 +368,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onloadedmetadata'>onloadedmetadata</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onloadedmetadata";>onloadedmetadata</a>
 attribute.
         * @param onloadedmetadata - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -378,7 +378,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onloadstart'>onloadstart</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onloadstart";>onloadstart</a>
 attribute.
         * @param onloadstart - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -388,7 +388,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onmousedown'>onmousedown</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onmousedown";>onmousedown</a>
 attribute.
         * @param onmousedown - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -398,7 +398,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onmouseenter'>onmouseenter</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onmouseenter";>onmouseenter</a>
 attribute.
         * @param onmouseenter - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -408,7 +408,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onmouseleave'>onmouseleave</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onmouseleave";>onmouseleave</a>
 attribute.
         * @param onmouseleave - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -418,7 +418,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onmousemove'>onmousemove</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onmousemove";>onmousemove</a>
 attribute.
         * @param onmousemove - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -428,7 +428,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onmouseout'>onmouseout</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onmouseout";>onmouseout</a>
 attribute.
         * @param onmouseout - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -438,7 +438,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onmouseover'>onmouseover</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onmouseover";>onmouseover</a>
 attribute.
         * @param onmouseover - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -448,7 +448,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onmouseup'>onmouseup</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onmouseup";>onmouseup</a>
 attribute.
         * @param onmouseup - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -458,7 +458,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onmousewheel'>onmousewheel</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onmousewheel";>onmousewheel</a>
 attribute.
         * @param onmousewheel - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -468,7 +468,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onpause'>onpause</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onpause";>onpause</a> 
attribute.
         * @param onpause - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -478,7 +478,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onplay'>onplay</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onplay";>onplay</a> 
attribute.
         * @param onplay - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -488,7 +488,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onplaying'>onplaying</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onplaying";>onplaying</a>
 attribute.
         * @param onplaying - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -498,7 +498,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onprogress'>onprogress</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onprogress";>onprogress</a>
 attribute.
         * @param onprogress - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -508,7 +508,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onratechange'>onratechange</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onratechange";>onratechange</a>
 attribute.
         * @param onratechange - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -518,7 +518,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onreset'>onreset</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onreset";>onreset</a> 
attribute.
         * @param onreset - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -528,7 +528,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onresize'>onresize</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onresize";>onresize</a>
 attribute.
         * @param onresize - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -538,7 +538,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onscroll'>onscroll</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onscroll";>onscroll</a>
 attribute.
         * @param onscroll - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -548,7 +548,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onseeked'>onseeked</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onseeked";>onseeked</a>
 attribute.
         * @param onseeked - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -558,7 +558,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onseeking'>onseeking</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onseeking";>onseeking</a>
 attribute.
         * @param onseeking - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -568,7 +568,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onselect'>onselect</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onselect";>onselect</a>
 attribute.
         * @param onselect - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -578,7 +578,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onshow'>onshow</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onshow";>onshow</a> 
attribute.
         * @param onshow - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -588,7 +588,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onstalled'>onstalled</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onstalled";>onstalled</a>
 attribute.
         * @param onstalled - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -598,7 +598,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onsubmit'>onsubmit</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onsubmit";>onsubmit</a>
 attribute.
         * @param onsubmit - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -608,7 +608,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onsuspend'>onsuspend</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onsuspend";>onsuspend</a>
 attribute.
         * @param onsuspend - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -618,7 +618,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-ontimeupdate'>ontimeupdate</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-ontimeupdate";>ontimeupdate</a>
 attribute.
         * @param ontimeupdate - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -628,7 +628,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-ontoggle'>ontoggle</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-ontoggle";>ontoggle</a>
 attribute.
         * @param ontoggle - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -638,7 +638,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onvolumechange'>onvolumechange</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onvolumechange";>onvolumechange</a>
 attribute.
         * @param onvolumechange - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -648,7 +648,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/webappapis.html#handler-onwaiting'>onwaiting</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onwaiting";>onwaiting</a>
 attribute.
         * @param onwaiting - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -658,7 +658,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/editing.html#attr-spellcheck'>spellcheck</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/editing.html#attr-spellcheck";>spellcheck</a> 
attribute.
         * @param spellcheck - The new value for this attribute.
         *      Typically a {@link Boolean} or {@link String}.
         * @return This object (for method chaining).
@@ -669,7 +669,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/dom.html#the-style-attribute'>style</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/dom.html#the-style-attribute";>style</a> 
attribute.
         * @param style - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -679,7 +679,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/editing.html#attr-tabindex'>tabindex</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/editing.html#attr-tabindex";>tabindex</a> 
attribute.
         * @param tabindex - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.
         * @return This object (for method chaining).
@@ -690,7 +690,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/dom.html#attr-title'>title</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/dom.html#attr-title";>title</a> attribute.
         * @param title - The new value for this attribute.
         * @return This object (for method chaining).
         */
@@ -700,7 +700,7 @@ public abstract class HtmlElement {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/dom.html#attr-translate'>translate</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/dom.html#attr-translate";>translate</a> 
attribute.
         * @param translate - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.
         * @return This object (for method chaining).

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/I.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/I.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/I.java
index edeb856..36692a5 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/I.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/I.java
@@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-i-element'>&lt;i&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/text-level-semantics.html#the-i-element";>&lt;i&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="i")

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Iframe.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Iframe.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Iframe.java
index da3f860..90db050 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Iframe.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Iframe.java
@@ -17,14 +17,14 @@ import java.net.*;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/embedded-content-0.html#the-iframe-element'>&lt;iframe&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#the-iframe-element";>&lt;iframe&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="iframe")
 public class Iframe extends HtmlElementMixed {
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height'>height</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height";>height</a>
 attribute.
         * Vertical dimension.
         * @param height - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.
@@ -36,7 +36,7 @@ public class Iframe extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-name'>name</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-name";>name</a>
 attribute.
         * Name of nested browsing context.
         * @param name - The new value for this attribute.
         * @return This object (for method chaining).
@@ -47,7 +47,7 @@ public class Iframe extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-sandbox'>sandbox</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-sandbox";>sandbox</a>
 attribute.
         * Security rules for nested content.
         * @param sandbox - The new value for this attribute.
         * @return This object (for method chaining).
@@ -58,7 +58,7 @@ public class Iframe extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-src'>src</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-src";>src</a>
 attribute.
         * Address of the resource.
         * @param src - The new value for this attribute.
         *      Typically a {@link URL} or {@link String}.
@@ -70,7 +70,7 @@ public class Iframe extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-srcdoc'>srcdoc</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-srcdoc";>srcdoc</a>
 attribute.
         * A document to render in the iframe.
         * @param srcdoc - The new value for this attribute.
         * @return This object (for method chaining).
@@ -81,7 +81,7 @@ public class Iframe extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width'>width</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width";>width</a>
 attribute.
         * Horizontal dimension.
         * @param width - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Img.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Img.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Img.java
index 28be530..8fcca78 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Img.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Img.java
@@ -17,13 +17,13 @@ import java.net.*;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/embedded-content-0.html#the-img-element'>&lt;img&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#the-img-element";>&lt;img&gt;</a>
 element.
  */
 @Bean(typeName="img")
 public class Img extends HtmlElementEmpty {
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-img-alt'>alt</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-img-alt";>alt</a> 
attribute.
         * Replacement text for use when images are not available.
         * @param alt - The new value for this attribute.
         * @return This object (for method chaining).
@@ -34,7 +34,7 @@ public class Img extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-img-crossorigin'>crossorigin</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-img-crossorigin";>crossorigin</a>
 attribute.
         * How the element handles crossorigin requests.
         * @param crossorigin - The new value for this attribute.
         * @return This object (for method chaining).
@@ -45,7 +45,7 @@ public class Img extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height'>height</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height";>height</a>
 attribute.
         * Vertical dimension.
         * @param height - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.
@@ -57,7 +57,7 @@ public class Img extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-img-ismap'>ismap</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-img-ismap";>ismap</a>
 attribute.
         * Whether the image is a server-side image map.
         * @param ismap - The new value for this attribute.
         *      Typically a {@link Boolean} or {@link String}.
@@ -69,7 +69,7 @@ public class Img extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-img-src'>src</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-img-src";>src</a> 
attribute.
         * Address of the resource.
         * @param src - The new value for this attribute.
         *      Typically a {@link URL} or {@link String}.
@@ -81,7 +81,7 @@ public class Img extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-hyperlink-usemap'>usemap</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-hyperlink-usemap";>usemap</a>
 attribute.
         * Name of image map to use.
         * @param usemap - The new value for this attribute.
         * @return This object (for method chaining).
@@ -92,7 +92,7 @@ public class Img extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width'>width</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width";>width</a>
 attribute.
         * Horizontal dimension.
         * @param width - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Input.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Input.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Input.java
index fce1b01..b509073 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Input.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Input.java
@@ -17,14 +17,14 @@ import java.net.*;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/forms.html#the-input-element'>&lt;input&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#the-input-element";>&lt;input&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="input")
 public class Input extends HtmlElementEmpty {
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-input-accept'>accept</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-input-accept";>accept</a> 
attribute.
         * Hint for expected file type in file upload controls.
         * @param accept - The new value for this attribute.
         * @return This object (for method chaining).
@@ -35,7 +35,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-input-alt'>alt</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-input-alt";>alt</a> attribute.
         * Replacement text for use when images are not available.
         * @param alt - The new value for this attribute.
         * @return This object (for method chaining).
@@ -46,7 +46,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-fe-autocomplete'>autocomplete</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-fe-autocomplete";>autocomplete</a>
 attribute.
         * Hint for form autofill feature.
         * @param autocomplete - The new value for this attribute.
         * @return This object (for method chaining).
@@ -57,7 +57,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-fe-autofocus'>autofocus</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-fe-autofocus";>autofocus</a> 
attribute.
         * Automatically focus the form control when the page is loaded.
         * @param autofocus - The new value for this attribute.
         * @return This object (for method chaining).
@@ -68,7 +68,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-input-checked'>checked</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-input-checked";>checked</a> 
attribute.
         * Whether the command or control is checked.
         * @param checked - The new value for this attribute.
         *      Typically a {@link Boolean} or {@link String}.
@@ -80,7 +80,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-fe-dirname'>dirname</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-fe-dirname";>dirname</a> 
attribute.
         * Name of form field to use for sending the element's directionality 
in form submission.
         * @param dirname - The new value for this attribute.
         * @return This object (for method chaining).
@@ -91,7 +91,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-fe-disabled'>disabled</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-fe-disabled";>disabled</a> 
attribute.
         * Whether the form control is disabled.
         * @param disabled - The new value for this attribute.
         *      Typically a {@link Boolean} or {@link String}.
@@ -103,7 +103,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-fae-form'>form</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-fae-form";>form</a> attribute.
         * Associates the control with a form element.
         * @param form - The new value for this attribute.
         * @return This object (for method chaining).
@@ -114,7 +114,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-fs-formaction'>formaction</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-fs-formaction";>formaction</a> 
attribute.
         * URL to use for form submission.
         * @param formaction - The new value for this attribute.
         * @return This object (for method chaining).
@@ -125,7 +125,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-fs-formenctype'>formenctype</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-fs-formenctype";>formenctype</a>
 attribute.
         * Form data set encoding type to use for form submission.
         * @param formenctype - The new value for this attribute.
         * @return This object (for method chaining).
@@ -136,7 +136,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-fs-formmethod'>formmethod</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-fs-formmethod";>formmethod</a> 
attribute.
         * HTTP method to use for form submission.
         * @param formmethod - The new value for this attribute.
         * @return This object (for method chaining).
@@ -147,7 +147,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-fs-formnovalidate'>formnovalidate</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-fs-formnovalidate";>formnovalidate</a>
 attribute.
         * Bypass form control validation for form submission.
         * @param formnovalidate - The new value for this attribute.
         * @return This object (for method chaining).
@@ -158,7 +158,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-fs-formtarget'>formtarget</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-fs-formtarget";>formtarget</a> 
attribute.
         * Browsing context for form submission.
         * @param formtarget - The new value for this attribute.
         * @return This object (for method chaining).
@@ -169,7 +169,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height'>height</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height";>height</a>
 attribute.
         * Vertical dimension.
         * @param height - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.
@@ -181,7 +181,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-input-inputmode'>inputmode</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-input-inputmode";>inputmode</a>
 attribute.
         * Hint for selecting an input modality.
         * @param inputmode - The new value for this attribute.
         * @return This object (for method chaining).
@@ -192,7 +192,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-input-list'>list</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-input-list";>list</a> 
attribute.
         * List of autocomplete options.
         * @param list - The new value for this attribute.
         * @return This object (for method chaining).
@@ -203,7 +203,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-input-max'>max</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-input-max";>max</a> attribute.
         * Maximum value.
         * @param max - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.
@@ -215,7 +215,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-input-maxlength'>maxlength</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-input-maxlength";>maxlength</a>
 attribute.
         * Maximum length of value.
         * @param maxlength - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.
@@ -227,7 +227,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-input-min'>min</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-input-min";>min</a> attribute.
         * Minimum value.
         * @param min - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.
@@ -239,7 +239,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-input-minlength'>minlength</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-input-minlength";>minlength</a>
 attribute.
         * Minimum length of value.
         * @param minlength - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.
@@ -251,7 +251,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-input-multiple'>multiple</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-input-multiple";>multiple</a> 
attribute.
         * Whether to allow multiple values.
         * @param multiple - The new value for this attribute.
         *      Typically a {@link Boolean} or {@link String}.
@@ -263,7 +263,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-fe-name'>name</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-fe-name";>name</a> attribute.
         * Name of form control to use for form submission and in the 
form.elements API.
         * @param name - The new value for this attribute.
         * @return This object (for method chaining).
@@ -274,7 +274,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-input-pattern'>pattern</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-input-pattern";>pattern</a> 
attribute.
         * Pattern to be matched by the form control's value.
         * @param pattern - The new value for this attribute.
         * @return This object (for method chaining).
@@ -285,7 +285,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-input-placeholder'>placeholder</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-input-placeholder";>placeholder</a>
 attribute.
         * User-visible label to be placed within the form control.
         * @param placeholder - The new value for this attribute.
         * @return This object (for method chaining).
@@ -296,7 +296,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-input-readonly'>readonly</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-input-readonly";>readonly</a> 
attribute.
         * Whether to allow the value to be edited by the user.
         * @param readonly - The new value for this attribute.
         *      Typically a {@link Boolean} or {@link String}.
@@ -308,7 +308,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-input-readonly'>required</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-input-readonly";>required</a> 
attribute.
         * Whether the control is required for form submission.
         * @param required - The new value for this attribute.
         *      Typically a {@link Boolean} or {@link String}.
@@ -320,7 +320,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-input-size'>size</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-input-size";>size</a> 
attribute.
         * Size of the control.
         * @param size - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.
@@ -332,7 +332,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-input-src'>src</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-input-src";>src</a> attribute.
         * Address of the resource.
         * @param src - The new value for this attribute.
         *      Typically a {@link URL} or {@link String}.
@@ -344,7 +344,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-input-step'>step</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-input-step";>step</a> 
attribute.
         * Granularity to be matched by the form control's value.
         * @param step - The new value for this attribute.
         * @return This object (for method chaining).
@@ -355,7 +355,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-input-type'>type</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-input-type";>type</a> 
attribute.
         * Type of form control.
         * @param type - The new value for this attribute.
         * @return This object (for method chaining).
@@ -366,7 +366,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-input-value'>value</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-input-value";>value</a> 
attribute.
         * Value of the form control.
         * @param value - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.
@@ -378,7 +378,7 @@ public class Input extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width'>width</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width";>width</a>
 attribute.
         * Horizontal dimension.
         * @param width - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ins.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ins.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ins.java
index e948e26..8ed4f2d 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ins.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ins.java
@@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/edits.html#the-ins-element'>&lt;ins&gt;</a> 
element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/edits.html#the-ins-element";>&lt;ins&gt;</a> 
element.
  * <p>
  */
 @Bean(typeName="ins")
 public class Ins extends HtmlElementMixed {
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/edits.html#attr-mod-cite'>cite</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/edits.html#attr-mod-cite";>cite</a> attribute.
         * Link to the source of the quotation or more information about the 
edit.
         * @param cite - The new value for this attribute.
         * @return This object (for method chaining).
@@ -33,7 +33,7 @@ public class Ins extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/edits.html#attr-mod-datetime'>datetime</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/edits.html#attr-mod-datetime";>datetime</a> 
attribute.
         * Date and (optionally) time of the change.
         * @param datetime - The new value for this attribute.
         * @return This object (for method chaining).

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Kbd.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Kbd.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Kbd.java
index c6a61de..6049912 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Kbd.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Kbd.java
@@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-kbd-element'>&lt;kbd&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/text-level-semantics.html#the-kbd-element";>&lt;kbd&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="kbd")

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Keygen.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Keygen.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Keygen.java
index dbcc4f4..b21e5c0 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Keygen.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Keygen.java
@@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/forms.html#the-keygen-element'>&lt;keygen&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#the-keygen-element";>&lt;keygen&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="keygen")
 public class Keygen extends HtmlElementEmpty {
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-fe-autofocus'>autofocus</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-fe-autofocus";>autofocus</a> 
attribute.
         * Automatically focus the form control when the page is loaded.
         * @param autofocus - The new value for this attribute.
         *      Typically a {@link Boolean} or {@link String}.
@@ -34,7 +34,7 @@ public class Keygen extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-keygen-challenge'>challenge</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-keygen-challenge";>challenge</a>
 attribute.
         * String to package with the generated and signed public key.
         * @param challenge - The new value for this attribute.
         * @return This object (for method chaining).
@@ -45,7 +45,7 @@ public class Keygen extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-fe-disabled'>disabled</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-fe-disabled";>disabled</a> 
attribute.
         * Whether the form control is disabled.
         * @param disabled - The new value for this attribute.
         *      Typically a {@link Boolean} or {@link String}.
@@ -57,7 +57,7 @@ public class Keygen extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-fae-form'>form</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-fae-form";>form</a> attribute.
         * Associates the control with a form element.
         * @param form - The new value for this attribute.
         * @return This object (for method chaining).
@@ -68,7 +68,7 @@ public class Keygen extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-keygen-keytype'>keytype</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-keygen-keytype";>keytype</a> 
attribute.
         * The type of cryptographic key to generate.
         * @param keytype - The new value for this attribute.
         * @return This object (for method chaining).
@@ -79,7 +79,7 @@ public class Keygen extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-fe-name'>name</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-fe-name";>name</a> attribute.
         * Name of form control to use for form submission and in the 
form.elements API.
         * @param name - The new value for this attribute.
         * @return This object (for method chaining).

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Label.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Label.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Label.java
index ea13dac..794e2f5 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Label.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Label.java
@@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/forms.html#the-label-element'>&lt;label&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#the-label-element";>&lt;label&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="label")
 public class Label extends HtmlElementMixed {
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-label-for'>for</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-label-for";>for</a> attribute.
         * Associate the label with form control.
         * @param _for - The new value for this attribute.
         * @return This object (for method chaining).
@@ -33,7 +33,7 @@ public class Label extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-fae-form'>form</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-fae-form";>form</a> attribute.
         * Associates the control with a form element.
         * @param form - The new value for this attribute.
         * @return This object (for method chaining).

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Legend.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Legend.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Legend.java
index 16756a0..35e20c5 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Legend.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Legend.java
@@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/forms.html#the-legend-element'>&lt;legend&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#the-legend-element";>&lt;legend&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="legend")

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Li.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Li.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Li.java
index 94bae01..e53975c 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Li.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Li.java
@@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/grouping-content.html#the-li-element'>&lt;li&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/grouping-content.html#the-li-element";>&lt;li&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="li")

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Link.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Link.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Link.java
index 9513e1c..f9a2f41 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Link.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Link.java
@@ -17,14 +17,14 @@ import java.net.*;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/document-metadata.html#the-link-element'>&lt;link&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/document-metadata.html#the-link-element";>&lt;link&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="link")
 public class Link extends HtmlElementEmpty {
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/document-metadata.html#attr-link-crossorigin'>crossorigin</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/document-metadata.html#attr-link-crossorigin";>crossorigin</a>
 attribute.
         * How the element handles crossorigin requests.
         * @param crossorigin - The new value for this attribute.
         * @return This object (for method chaining).
@@ -35,7 +35,7 @@ public class Link extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/document-metadata.html#attr-link-href'>href</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/document-metadata.html#attr-link-href";>href</a>
 attribute.
         * Address of the hyperlink.
         * @param href - The new value for this attribute.
         *      Typically a {@link URL} or {@link String}.
@@ -47,7 +47,7 @@ public class Link extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/document-metadata.html#attr-link-hreflang'>hreflang</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/document-metadata.html#attr-link-hreflang";>hreflang</a>
 attribute.
         * Language of the linked resource.
         * @param hreflang - The new value for this attribute.
         * @return This object (for method chaining).
@@ -58,7 +58,7 @@ public class Link extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/document-metadata.html#attr-link-media'>media</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/document-metadata.html#attr-link-media";>media</a>
 attribute.
         * Applicable media.
         * @param media - The new value for this attribute.
         * @return This object (for method chaining).
@@ -69,7 +69,7 @@ public class Link extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/document-metadata.html#attr-link-rel'>rel</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/document-metadata.html#attr-link-rel";>rel</a> 
attribute.
         * Relationship between the document containing the hyperlink and the 
destination resource.
         * @param rel - The new value for this attribute.
         * @return This object (for method chaining).
@@ -80,7 +80,7 @@ public class Link extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/links.html#attr-link-sizes'>sizes</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/links.html#attr-link-sizes";>sizes</a> 
attribute.
         * Sizes of the icons (for rel="icon").
         * @param sizes - The new value for this attribute.
         * @return This object (for method chaining).
@@ -91,7 +91,7 @@ public class Link extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/document-metadata.html#attr-link-type'>type</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/document-metadata.html#attr-link-type";>type</a>
 attribute.
         * Hint for the type of the referenced resource.
         * @param type - The new value for this attribute.
         * @return This object (for method chaining).

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Main.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Main.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Main.java
index 94b410d..1433c0c 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Main.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Main.java
@@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/grouping-content.html#the-main-element'>&lt;main&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/grouping-content.html#the-main-element";>&lt;main&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="main")

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Map.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Map.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Map.java
index 281f272..709526b 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Map.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Map.java
@@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/embedded-content-0.html#the-map-element'>&lt;map&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#the-map-element";>&lt;map&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="map")
 public class Map extends HtmlElementContainer {
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-map-name'>name</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-map-name";>name</a>
 attribute.
         * Name of image map to reference from the usemap attribute.
         * @param name - The new value for this attribute.
         * @return This object (for method chaining).

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Mark.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Mark.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Mark.java
index 3c37c51..07edcf9 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Mark.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Mark.java
@@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/text-level-semantics.html#the-mark-element'>&lt;mark&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/text-level-semantics.html#the-mark-element";>&lt;mark&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="mark")

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Meta.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Meta.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Meta.java
index 7611dca..70ee31e 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Meta.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Meta.java
@@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/document-metadata.html#the-meta-element'>&lt;meta&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/document-metadata.html#the-meta-element";>&lt;meta&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="meta")
 public class Meta extends HtmlElementEmpty {
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/document-metadata.html#attr-meta-charset'>charset</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/document-metadata.html#attr-meta-charset";>charset</a>
 attribute.
         * Character encoding declaration.
         * @param charset - The new value for this attribute.
         * @return This object (for method chaining).
@@ -33,7 +33,7 @@ public class Meta extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/document-metadata.html#attr-meta-content'>content</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/document-metadata.html#attr-meta-content";>content</a>
 attribute.
         * Value of the element.
         * @param content - The new value for this attribute.
         * @return This object (for method chaining).
@@ -44,7 +44,7 @@ public class Meta extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/document-metadata.html#attr-meta-http-equiv'>http-equiv</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/document-metadata.html#attr-meta-http-equiv";>http-equiv</a>
 attribute.
         * Pragma directive.
         * @param httpequiv - The new value for this attribute.
         * @return This object (for method chaining).
@@ -55,7 +55,7 @@ public class Meta extends HtmlElementEmpty {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/document-metadata.html#attr-meta-name'>name</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/document-metadata.html#attr-meta-name";>name</a>
 attribute.
         * Metadata name.
         * @param name - The new value for this attribute.
         * @return This object (for method chaining).

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Meter.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Meter.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Meter.java
index 3674019..ce2a87d 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Meter.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Meter.java
@@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/forms.html#the-meter-element'>&lt;meter&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#the-meter-element";>&lt;meter&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="meter")
 public class Meter extends HtmlElementMixed {
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-meter-high'>high</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-meter-high";>high</a> 
attribute.
         * Low limit of high range.
         * @param high - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.
@@ -34,7 +34,7 @@ public class Meter extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-meter-low'>low</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-meter-low";>low</a> attribute.
         * High limit of low range.
         * @param low - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.
@@ -46,7 +46,7 @@ public class Meter extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-meter-max'>max</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-meter-max";>max</a> attribute.
         * Upper bound of range.
         * @param max - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.
@@ -58,7 +58,7 @@ public class Meter extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-meter-min'>min</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-meter-min";>min</a> attribute.
         * Lower bound of range.
         * @param min - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.
@@ -70,7 +70,7 @@ public class Meter extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-meter-optimum'>optimum</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-meter-optimum";>optimum</a> 
attribute.
         * Optimum value in gauge.
         * @param optimum - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.
@@ -82,7 +82,7 @@ public class Meter extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-meter-value'>value</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-meter-value";>value</a> 
attribute.
         * Current value of the element.
         * @param value - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Nav.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Nav.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Nav.java
index 16586bb..246dc97 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Nav.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Nav.java
@@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/sections.html#the-nav-element'>&lt;nav&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/sections.html#the-nav-element";>&lt;nav&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="nav")

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Noscript.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Noscript.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Noscript.java
index 526800d..bd1e424 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Noscript.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Noscript.java
@@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/scripting-1.html#the-noscript-element'>&lt;noscript&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/scripting-1.html#the-noscript-element";>&lt;noscript&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="noscript")

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Object2.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Object2.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Object2.java
index fd43cb1..dc340ac 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Object2.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Object2.java
@@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/embedded-content-0.html#the-object-element'>&lt;object&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#the-object-element";>&lt;object&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="object")
 public class Object2 extends HtmlElementMixed {
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-data'>data</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-data";>data</a>
 attribute.
         * Address of the resource.
         * @param data - The new value for this attribute.
         * @return This object (for method chaining).
@@ -33,7 +33,7 @@ public class Object2 extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-fae-form'>form</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-fae-form";>form</a> attribute.
         * Associates the control with a form element.
         * @param form - The new value for this attribute.
         * @return This object (for method chaining).
@@ -44,7 +44,7 @@ public class Object2 extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height'>height</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height";>height</a>
 attribute.
         * Vertical dimension.
         * @param height - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.
@@ -56,7 +56,7 @@ public class Object2 extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-name'>name</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-name";>name</a>
 attribute.
         * Name of nested browsing context.
         * @param name - The new value for this attribute.
         * @return This object (for method chaining).
@@ -67,7 +67,7 @@ public class Object2 extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-type'>type</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-type";>type</a>
 attribute.
         * Type of embedded resource.
         * @param type - The new value for this attribute.
         * @return This object (for method chaining).
@@ -78,7 +78,7 @@ public class Object2 extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-typemustmatch'>typemustmatch</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-typemustmatch";>typemustmatch</a>
 attribute.
         * Whether the type attribute and the Content-Type value need to match 
for the resource to be used.
         * @param typemustmatch - The new value for this attribute.
         *      Typically a {@link Boolean} or {@link String}.
@@ -90,7 +90,7 @@ public class Object2 extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-hyperlink-usemap'>usemap</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-hyperlink-usemap";>usemap</a>
 attribute.
         * Name of image map to use.
         * @param usemap - The new value for this attribute.
         * @return This object (for method chaining).
@@ -101,7 +101,7 @@ public class Object2 extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width'>width</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width";>width</a>
 attribute.
         * Horizontal dimension.
         * @param width - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ol.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ol.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ol.java
index 1ad64e3..f6847be 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ol.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ol.java
@@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/grouping-content.html#the-ol-element'>&lt;ol&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/grouping-content.html#the-ol-element";>&lt;ol&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="ol")
 public class Ol extends HtmlElementContainer {
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/grouping-content.html#attr-ol-reversed'>reversed</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/grouping-content.html#attr-ol-reversed";>reversed</a>
 attribute.
         * Number the list backwards..
         * @param reversed - The new value for this attribute.
         *      Typically a {@link Boolean} or {@link String}.
@@ -34,7 +34,7 @@ public class Ol extends HtmlElementContainer {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/grouping-content.html#attr-ol-start'>start</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/grouping-content.html#attr-ol-start";>start</a>
 attribute.
         * Ordinal value of the first item.
         * @param start - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.
@@ -46,7 +46,7 @@ public class Ol extends HtmlElementContainer {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/grouping-content.html#attr-ol-type'>type</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/grouping-content.html#attr-ol-type";>type</a> 
attribute.
         * Kind of list marker..
         * @param type - The new value for this attribute.
         * @return This object (for method chaining).

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Optgroup.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Optgroup.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Optgroup.java
index 59bad44..9375c5f 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Optgroup.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Optgroup.java
@@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/forms.html#the-optgroup-element'>&lt;optgroup&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#the-optgroup-element";>&lt;optgroup&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="optgroup")
 public class Optgroup extends HtmlElementContainer {
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-optgroup-disabled'>disabled</a>
 attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-optgroup-disabled";>disabled</a>
 attribute.
         * Whether the form control is disabled.
         * @param disabled - The new value for this attribute.
         *      Typically a {@link Boolean} or {@link String}.
@@ -34,7 +34,7 @@ public class Optgroup extends HtmlElementContainer {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-optgroup-label'>label</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-optgroup-label";>label</a> 
attribute.
         * User-visible label.
         * @param label - The new value for this attribute.
         * @return This object (for method chaining).

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Option.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Option.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Option.java
index ee9069e..9636345 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Option.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Option.java
@@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/forms.html#the-option-element'>&lt;option&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#the-option-element";>&lt;option&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="option")
 public class Option extends HtmlElementText {
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-option-disabled'>disabled</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-option-disabled";>disabled</a> 
attribute.
         * Whether the form control is disabled.
         * @param disabled - The new value for this attribute.
         *      Typically a {@link Boolean} or {@link String}.
@@ -34,7 +34,7 @@ public class Option extends HtmlElementText {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-option-label'>label</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-option-label";>label</a> 
attribute.
         * User-visible label.
         * @param label - The new value for this attribute.
         * @return This object (for method chaining).
@@ -45,7 +45,7 @@ public class Option extends HtmlElementText {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-option-selected'>selected</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-option-selected";>selected</a> 
attribute.
         * Whether the option is selected by default.
         * @param selected - The new value for this attribute.
         *      Typically a {@link Boolean} or {@link String}.
@@ -57,7 +57,7 @@ public class Option extends HtmlElementText {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-option-value'>value</a> 
attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-option-value";>value</a> 
attribute.
         * Value to be used for form submission.
         * @param value - The new value for this attribute.
         *      Typically a {@link Number} or {@link String}.

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Output.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Output.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Output.java
index 8510f38..3524ccc 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Output.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Output.java
@@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5;
 import org.apache.juneau.annotation.*;
 
 /**
- * DTO for an HTML <a 
href='https://www.w3.org/TR/html5/forms.html#the-output-element'>&lt;output&gt;</a>
 element.
+ * DTO for an HTML <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#the-output-element";>&lt;output&gt;</a>
 element.
  * <p>
  */
 @Bean(typeName="output")
 public class Output extends HtmlElementMixed {
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-output-for'>for</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-output-for";>for</a> attribute.
         * Specifies controls from which the output was calculated.
         * @param _for - The new value for this attribute.
         * @return This object (for method chaining).
@@ -33,7 +33,7 @@ public class Output extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-fae-form'>form</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-fae-form";>form</a> attribute.
         * Associates the control with a form element.
         * @param form - The new value for this attribute.
         * @return This object (for method chaining).
@@ -44,7 +44,7 @@ public class Output extends HtmlElementMixed {
        }
 
        /**
-        * <a class='doclink' 
href='https://www.w3.org/TR/html5/forms.html#attr-fe-name'>name</a> attribute.
+        * <a class="doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-fe-name";>name</a> attribute.
         * Name of form control to use for form submission and in the 
form.elements API.
         * @param name - The new value for this attribute.
         * @return This object (for method chaining).


Reply via email to