|
From: | Chathranga Ranasingha |
Subject: | [Lynx-dev] Inconsistency in formatting of headings in div elements and body elements |
Date: | Fri, 27 Apr 2012 16:10:28 +0500 |
<body>
<h1>...</h1>
<h2>...</h2>
...
<h6>...</h6>
</body>
<body>
<div>
<h1>...</h1>
<h2>...</h2>
...
<h6>...</h6>
</div>
</body>
the rendering has completely lost all that nice formatting that made it easy to identify the levels. http://chipomaniac-lk.net63.net/temp/InDirect.png
So, basically I just want to know the reason why this happens (I'm not treating this as a bug) . Div is for presentational, I understand, and lynx doesn't support CSS, but I think this is kind of breaking the semantics, since most of the websites out there use extensive styling.
Nevertheless, you're free to blast me for acting the moron if you see the need to :D
Thank you for your time.
-- [Prev in Thread] | Current Thread | [Next in Thread] |