elharo commented on code in PR #49:
URL: https://github.com/apache/xerces-j/pull/49#discussion_r2546128795


##########
src/org/apache/wml/WMLAElement.java:
##########
@@ -39,8 +39,13 @@ public interface WMLAElement extends WMLElement {
 
     /**
      * 'xml:lang' specifics the natural or formal language in which
-     * the document is written.  
-     * (Section 8.8, WAP WML Version 16-Jun-1999) 
+     * the document is written.
+     * <p>
+     * Language identifiers are defined in <a 
href="https://www.w3.org/TR/xml/#RFC1766";>IETF BCP 47</a>
+     * </p>
+     * <p>(Section 8.8, WAP WML Version 16-Jun-1999)</p>
+     *
+     * @param newValue a language identifier as defined by <a 
href="https://www.w3.org/TR/xml/#RFC1766";>IETF BCP 47</a> or empty string

Review Comment:
   or an empty string



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to