Mikk Lauringson created WICKET-5857:
---------------------------------------
Summary: PagingNavigator invalid HTML (rel attribute on span tag)
Key: WICKET-5857
URL: https://issues.apache.org/jira/browse/WICKET-5857
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 6.19.0
Reporter: Mikk Lauringson
Priority: Trivial
WICKET-5799 added rel=prev/next to PagingNavigator links. If the first page is
active, then the "prev" link is disabled and it is a "span" tag instead of "a"
tag, but it still has "rel" attribute. Same problem with "next" link if last
page is active. "rel" tag is not permitted for "span" tag, so it's invalid HTML.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)