User tests: Successful: Unsuccessful:
Pull Request for Issue #20975.
This prevents target
attribute with empty value being added to links in administrator menu module.
Inspect HTML markup generated by administrator menu module.
Empty target
attribute not added, e.g. <li role="menuitem"><a class="no-dropdown" href="index.php"><span class="sidebar-item-title">Control Panel</span></a></li>
Empty target
attribute added, e.g. <li role="menuitem"><a class="no-dropdown" href="index.php" target=""><span class="sidebar-item-title">Control Panel</span></a></li>
No.
Status | New | ⇒ | Pending |
Category | ⇒ | Modules Administration |
Labels |
Added:
?
|
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-07-11 07:33:33 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
I have tested this item✅ successfully on 29a2686
Works, no more empty target="" (no more invalid HTML)
Also about target="0" , 0 is an valid frame name , the fact that frames are deprecated in HTML5, is not reason to handle target="0" differently than target="1"
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/20976.