Problem/Motivation
The span tag inside the noscript tag causes xhtml validation errors.
Proposed resolution
Change the span to a div. See patch.
Remaining tasks
Consider including some default CSS to make the new div display:inline.
User interface changes
None, although it's possible someone is relying on the default display style of the span and would need to add a rule to make the div display:inline.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | language_switcher_dropdown-noscript_validation-1272202-6.patch | 517 bytes | manfer |
| #1 | 1272202-noscript_validation-1.patch | 583 bytes | tedfordgif |
Comments
Comment #1
tedfordgif commentedComment #2
manfer commentedDidn't realized there was and issue about this and it has been already solved in new version. The solution used was just adding a div instead of replacing the span.
Comment #3
manfer commentedThere is no need to have both div and span so better I'm going to push the patch in #1 by tedfordgif.
Comment #5
manfer commentedNeeds to be backported to 6.x version
Comment #6
manfer commentedComment #7
manfer commentedpushed to 6.x-1.x development branch