Opened 10 years ago
Closed 8 years ago
#11916 closed enhancement (fixed)
[meta] compose html consistently in tests and demos
Reported by: | Rawld Gill | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.9 |
Component: | General | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This is a global ticket for stylistic changes made to html resources so they conform to the community guidelines as they evolve. Current guidelines:
- link elements should be closed with
/>
(as per weekly meeting 3 NOV 2010).
Change History (7)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Owner: | anonymous deleted |
---|
comment:3 Changed 9 years ago by
Summary: | compose html consistently in tests and demos → [meta] compose html consistently in tests and demos |
---|
comment:5 Changed 8 years ago by
Given the move away from XHTML, I would say this is no longer the preferred approach (the closing /> ).
Given that nothing else has been done with this ticket, I'm inclined to close it.
That said, if it is useful, we should note the following:
- html5 doctype
- meta tag for language
- don't use type for css or javascript (no longer needed)
- use a consistent approach to config
- put dojo.js at the end of the body
Keep this open, or close it out?
comment:7 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [23094]) added closing of link elements, !strict, refs #11916