]> source.dussan.org Git - jquery-ui.git/commit
Demos:Tests: Avoid self-closing HTML tags
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 28 Mar 2023 22:18:07 +0000 (00:18 +0200)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Wed, 10 May 2023 08:53:57 +0000 (10:53 +0200)
commit0977ea1b48355bfddc98cb16673ea8b627904dab
treef80a53db718d477331b43156c5ea7642464e5b77
parentf8990e68e2d3900e7bb16926cc2d86ae97a3f0fa
Demos:Tests: Avoid self-closing HTML tags

Self-closing tags are reported by newer versions of the htmllint
Grunt plugin. They also don't make sense in our HTML files
since they are not XHTML-compliant and they run in HTML mode
anyway.

Ref gh-2157
20 files changed:
demos/autocomplete/xml.html
demos/controlgroup/default.html
demos/controlgroup/splitbutton.html
demos/datepicker/alt-field.html
demos/datepicker/animation.html
demos/datepicker/date-formats.html
demos/datepicker/date-range.html
demos/datepicker/localization.html
demos/draggable/snap-to.html
demos/droppable/photo-manager.html
demos/slider/range-vertical.html
demos/slider/range.html
demos/slider/rangemax.html
demos/slider/rangemin.html
demos/slider/slider-vertical.html
demos/slider/steps.html
demos/spinner/overflow.html
tests/unit/checkboxradio/checkboxradio.html
tests/unit/controlgroup/controlgroup.html
tests/visual/effects/scale.html