a11y img tag
-
Hello,
Slide img tags are currently not w3 valid since they are not self closing.
In order to fix this:Nextend/Framework/View/Html.php
line 78:
return self::tag('img', $htmlOptions, false, true);
Nextend/SmartSlider3/Slider/Slide.php
line 846:
return Html::tag('img', $attributes, false, true);
line 890:
$sources[] = Html::tag('img', $attributes, false, true);
Nextend/SmartSlider3/Slider/Feature/SlideBackground.php
line 376:
$sources[] = Html::tag('img', $imageAttributes, false, true);
need to clear slider cache afterwards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘a11y img tag’ is closed to new replies.