Re: [PR] [XERCESJ-1781] Javadoc fixes [xerces-j]
SingingBush (via GitHub) <[email protected]>
| Newsgroups | gmane.text.xml.xerces-j.devel |
|---|---|
| Message-ID | <PR_kwDOLzdO6M6xxdNC-be67d19f-6004-4c82-8393-9217db1949d1@gitbox.apache.org> |
SingingBush commented on code in PR #44:
URL: https://github.com/apache/xerces-j/pull/44#discussion_r2502057052
##########
src/org/apache/xerces/dom/NodeImpl.java:
##########
@@ -1315,22 +1315,22 @@ else if (current==thisNode) {
* <th>Content</th>
* </tr>
* <tr>
- * <td valign='top' rowspan='1' colspan='1'>
+ * <td rowspan='1' colspan='1'>
Review Comment:
`valign` causes an error is it's no longer a valid attribute, I'll change it to `style="vertical-align: top;"` as that's a valid alternative
--
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]