rspec/rules/S5264/fix.adoc
github-actions[bot] 2e71406bdc
Create rule S5264 (#3889)
* Add javascript to rule S5264

* Add rule S5264 to JS

---------

Co-authored-by: vdiez <vdiez@users.noreply.github.com>
Co-authored-by: Victor <victor.diez@sonarsource.com>
2024-04-17 15:24:34 +02:00

17 lines
384 B
Plaintext

Provide alternative content to ``++<object>++`` elements.
[source,html,diff-id=1,diff-type=compliant]
----
<object>This application shows the simulation of two particles colliding</object>
<object>
<img src="flower.png" alt="Flower growing in a pot" />
</object>
<object>
<object>
This application shows the simulation of two particles colliding
</object>
</object>
----