Opened 14 years ago
Closed 14 years ago
#4735 closed defect (fixed)
Errors in Testcase HTML
Reported by: | Jared Jurkiewicz | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
No start tag (<h3>). dijit/tests test_InlineEditBox.html line 59 No start tag (<h3>). dijit/tests/form test_InlineEditBox.html line 57 No start tag (<h3>). dijit/tests/form test_InlineEditBox.html line 57
As determined by Eclipse HTML validator.
Change History (14)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
And yet more: :-)
No start tag (<p>). TestDojoWar/WebContent?/dijit/tests/i18n currency.html line 223
No start tag (<p>). TestDojoWar/WebContent?/dijit/tests/i18n currency.html line 232
No start tag (<p>). TestDojoWar/WebContent?/dijit/tests/i18n currency.html line 248
comment:4 Changed 14 years ago by
Apparently, the Eclipse validator doesn't like the nesting of those in <p>. Why, I don't know. Anyone know how to shut up Eclipse on these? This tends to cause problems when using dojo in a WAR.
comment:11 Changed 14 years ago by
Summary: | Errors in Testcase HTML. (test_InlineEditBox.html) → Errors in Testcase HTML |
---|
I see, Eclipse complains if you have an <ol> or <ul> or <div> inside a <p>. I guess that makes sense since they are block level elements.
comment:13 Changed 14 years ago by
Bill,
Yep, it's technically invalid HTML to do that according to spec. Eclipse complains loudly about it too, and makes dojo look like it has 40+ errors in its files. Hence why I'm fixing all these.
comment:14 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed all of the current complains from Eclipse Validator regarding test files.
There are others as well (Multiple problems):
No start tag (<p>). dijit/bench test_button-results.html line 66
No start tag (<p>). dijit/tests/form test_ComboBox_destroy.html line 40
No start tag (<p>). dijit/tests/form test_FilteringSelect.html line 47
No start tag (<p>). dijit/tests/form test_FilteringSelect.html line 54
No start tag (<p>). dijit/tests/form test_Slider.html line 104
No start tag (<p>). dijit/bench test_button-results.html line 66
No start tag (<p>). dijit/tests test_Tooltip.html line 41
No start tag (<p>). dijit/tests/form test_ComboBox_destroy.html line 40
No start tag (<p>). dijit/tests/form test_ComboBox_destroy.html line 40
No start tag (<p>). dijit/tests/form test_FilteringSelect.html line 47
No start tag (<p>). dijit/tests/form test_FilteringSelect.html line 54
No start tag (<p>). dijit/tests/form test_Slider.html line 98