3
votes
1answer
21 views
Unclosed `<del>` tag in edit history when removing del’ed text
I noticed yesterday that the edit history contains unclosed tags if a <del> tag is removed from it. See revision 5 of this question's edit history to see what I'm talking ab …
0
votes
1answer
29 views
Is stackoverflow built with html controls and supports multiple forms like php
Hai Guys,
I really want to know how so many record for questions page is generated .I know that stackoverfow use custom pagination and all that... Do they use datalist or a …
2
votes
2answers
60 views
Answer not following width format
This answer to the question link runs outside of the fixed width, using IE7.
0
votes
3answers
32 views
How to disable Markdown feature?
If I want to ask something like "Is it a List<String> or a List<Question>?" it gets printed as "Is it a List or a List?" which obviously doesn't make any sense.
I can …
24
votes
12answers
5k views
What HTML tags are allowed on Stack Overflow, Server Fault, and Super User?
The Stack Overflow site engine, as you know, uses Markdown for questions and answers. Per the Markdown spec, you are allowed to freely intermix HTML and Markdown tags.
However, w …
18
votes
14answers
762 views
<kbd> elements are way intrusive
<kbd> is a great way to mark up text to be entered. But when you use it on StackOverflow-family sites, it's really difficult. For instance, if I say I typed this sentence by …
-4
votes
3answers
73 views
Removal of <table>s from SO HTML [closed]
Original Question
On the whole the SO HTML is very good - I've never had any rendering problems.
However I am working on an Stackoverflow iPhone App and the use of HTML tables ( …
0
votes
2answers
50 views
CSS link elements with no required type attribute
My FireFox HTML validator add-on always flags SO with a couple of warnings one of which is that the CSS link elements in the head don't have the required type attribute (type="text …
5
votes
4answers
122 views
Use an HTML Validator on SO
I would like to suggest checking the markup of SO to uncover bugs.
No, not for accessibility or philosophical reasons, and definitely not for the sake of validation itself.
And f …
2
votes
4answers
81 views
Why can’t table markup elements be used?
In http://meta.stackoverflow.com/questions/1777/what-html-tags-are-allowed-on-stack-overflow-server-fault-and-super-user, Jeff explains which basic HTML elements are allowed. Near …
0
votes
1answer
61 views
Valid HTML and semantics [closed]
Possible Duplicate:
Use an HTML Validator on SO
Does SO family care about valid html markup and semantic web? I've noticed that tables are used in most places where non-ta …
4
votes
3answers
73 views
Better style for HTML ‘definition list’ <dl> elements
Among allowed HTML tags there are tags which together form 'definition list', namely <dl> (definition list), <dt> (definition term), and <dd> (definition descript …
-3
votes
4answers
58 views
Can the longer comment bug be fixed?
Single-line comments show like 2 lines, simply to give space for the 2 Vote and Flag icons above each other.
Can these 2 buttons be placed next to each other? allowing the single- …
0
votes
3answers
107 views
Allow HTML tags in comments
If "<i>" is innocuous enough to be allowed in questions and answers, why can't we use it in comments too? Please don't make me memorize a bunch of dippy Markdown syntax just …
7
votes
8answers
500 views
When did SO start using tables for layout?
Now I remember looking at some SO source months ago and it was div heaven basically. The pure CSS zealots would've loved it. But today I look and see...
<DIV id="question" clas …
