Oh hey, that did it for me. Stupid cache!
Buffistas Building a Better Board ++
Do you have problems, concerns, or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.
God damn it! I swear we put in code to try and force that refresh, but I guess it never worked.
Okay, I'll note that in Press.
You have a space in front of the % sign,
Oh, oops. That'd do it.
% percent
carat
Now they're both indented and monospace.
I feel both heartened and chastened simultaneously.
In terms of why it did in my browers I(and I know this is belated) because this is how I told my browser (unintentionally) to handle monspaced. You can have all the css you want, but the browser still decides how to handle the css commands. And if you tell then to, browsers will overide just about anything.
In one broswer it was handling multiline monospace as monospace,but single line monspace as normal text. And the broswer decided that block quote was multi-line even if it only had a line of text, but that cite was (percent) was single line and thus handled as non-monospaced - regardless of what the css said. Something else along those lines was happending in the other browser involving serif and non-serif fonts. I won't bore you with that onem, because the key is that browser settings can override anything in terms of appearance and past a certain point, it is not the developer's problem.
Is <cite> still getting stripped?
Yes. Do you need it? It seems to be unpredictable in many browsers, varying between nothing and italic.
No, I don't need it. But the tag itself is problematic where the quickedit wasn't? That's curious.
The quickedit was wrong, though.
There's a pretty short list of allowed tags. it's easier to manage that way. You need t small t big t code or t pre --you're all hooked up. But most of the semantic tags are out.