LIT-EIA / adapt-esdc-accessibilityfixes

Extension to load and run a .js file when a course loads
GNU General Public License v3.0
5 stars 2 forks source link

PARSING ERROR - Img width [RDI 2.49] #47

Open LIT-EIA-OWNER opened 3 years ago

LIT-EIA-OWNER commented 3 years ago

Bad value 100% for attribute width on element img: Expected a digit but saw % instead.

From line 125, column 536; to line 125, column 642 t: 100%;"><img width="100%" height="100%" alt="" src="course/fr/assets/005d43517227bfb773cd15e7a2703fc2f1afbba6.jpg"></div> Bad value 100% for attribute height on element img: Expected a digit but saw % instead. From line 125, column 536; to line 125, column 642 t: 100%;"><img width="100%" height="100%" alt="" src="course/fr/assets/005d43517227bfb773cd15e7a2703fc2f1afbba6.jpg"></div>

ftourangeau commented 1 year ago

This can probably be fixed by using style="width:100%" instead