lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] Feature request: handle style=


From: Chuck Houpt
Subject: Re: [Lynx-dev] Feature request: handle style=
Date: Tue, 13 May 2008 09:22:36 -0400

There are legitimate reasons why a web page might use <div style="white-space:
pre"> instead of <pre>, but currently Lynx renders this incorrectly.

Couldn't any:

<div style="white-space: pre">

be replaced by:

<pre style="...reset PRE styles...">

Both version will look the same in CSS browsers, but the pre-version uses semantic markup, which can help robots and non-CSS browsers understand the document structure.

Or am I missing something? A concrete example of white-space usage would be helpful.

Cheers - Chuck




reply via email to

[Prev in Thread] Current Thread [Next in Thread]