Make WordPress Core

Opened 19 years ago

Closed 18 years ago

Last modified 17 years ago

#2129 closed enhancement (wontfix)

left align the code tag

Reported by: johnjosephbachir's profile johnjosephbachir Owned by: robmiller's profile robmiller
Milestone: Priority: lowest
Severity: trivial Version: 2.0
Component: Template Keywords: code-tag style bg|dev-feedback has-patch
Focuses: Cc:

Description

I think this is better, for lines that wrap anyway. I suppose one could argue either way.

Attachments (2)

style.css.diff (272 bytes) - added by johnjosephbachir 19 years ago.
2129.diff (280 bytes) - added by robmiller 18 years ago.

Download all attachments as: .zip

Change History (10)

#1 @skeltoac
19 years ago

  • Milestone changed from 2.0 to 2.1

#2 @abhay
19 years ago

  • Keywords code-tag style bg|dev-feedback added

isn't the code tag usually used inline?

#3 @robmiller
18 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.

#4 @robmiller
18 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

@robmiller
18 years ago

#5 @robmiller
18 years ago

Style pre not code.

#6 @rgovostes
18 years ago

  • Keywords has-patch added

#7 @matt
18 years ago

  • Resolution set to wontfix
  • Status changed from assigned to closed

#8 @Nazgul
17 years ago

  • Milestone 2.1 deleted
Note: See TracTickets for help on using tickets.