-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, 7.2.X, Master
-
Fix Version/s: 7.0.10.14 DXP SP14, 7.0.X, 7.1.X, 7.2.10 DXP FP5, 7.2.10.2 DXP SP2, 7.2.X, 7.3.1 CE GA2, 7.3.2 CE GA3, 7.3.10 DXP GA1, Master
-
Component/s: Content Display Widgets > Nested Portlets widget
-
Branch Version/s:7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce
- Add a new document, for example an image.
- Add a new widget page (p.e. 'nested').
- From widgets selector, add 'Nested Applications' to the page.
- Drag two asset publishers inside 'Nested Applications'.
Following behavior can be gotten with signed and unsigned user when page 'nested' is browsed.
Observed behavior
- When HTML source is examined, there are two '<div>' elements with attribute 'role="main".
Expected behavior
- There must be only one '<div>' element with attribute 'role="main" because product's FTLs do not use 'aria-labelledby' attribute.
See https://www.w3.org/TR/wai-aria-practices/examples/landmarks/main.html
- depends on
-
LPS-92167 Nested portlet doesn't support Freemarker code inside layout template
- Closed