#2129 closed enhancement (wontfix)
left align the code tag
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | Template | Version: | 2.0 |
| Severity: | trivial | Keywords: | code-tag style bg|dev-feedback has-patch |
| Cc: |
Description
I think this is better, for lines that wrap anyway. I suppose one could argue either way.
Attachments (2)
Change History (10)
johnjosephbachir
— 7 years ago
comment:3
robmiller
— 7 years ago
It certainly is:
http://www.w3.org/TR/REC-html40/struct/text.html#h-9.2.1
I'm pretty sure for code fragments that span multiple lines the correct usage is:
<pre>
<code>
void foo(bar) {
baz();
}
</code>
</pre>
So, if you want them left-aligned, the text-align:left; should be applied to the <pre> in order to cascade down.
comment:4
robmiller
— 7 years ago
- Component changed from Administration to Template
- Owner changed from anonymous to robmiller
- Severity changed from minor to trivial
- Status changed from new to assigned
- Summary changed from left allign the code tag to left align the code tag
- Type changed from defect to enhancement
Note: See
TracTickets for help on using
tickets.
isn't the code tag usually used inline?