collective / collective/collective.carousel
Missing <dl> in carousel portlet
Open
- Dominant language
- Python
- Stars
- 7
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
The current template for carousel portlet (version 1.5) is not "html valid" because it lacks the tag < dl >. It looks like:
< div class="portletCarouselWrapper" >
< dt class="portletHeader" >< /dt >
< dd class="carousel portletItem" >< /dd >
< /div >
Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect the current carousel portlet template, using the markup shown in the issue as the starting point. Update the structure so the dt and dd elements are enclosed by a dl element, then validate the rendered carousel markup as HTML.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100