![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||||||
| |||||||
|
|
CITE src="http://www.w3.org/TR/html401/present/graphics.html#h-15.1.3" 15.1.3 Floating objects Images and objects may appear directly "in-line" or may be floated to one side of the page, temporarily altering the margins of text that may flow on either side of the object. /CITE What does it mean "text" and "margins of text" here? |
|
Can I describe text as sequence of words taken from consequent paragraphs, where paragraph boundaries just sort of LF or <BR> ? |
|
If yes, I believe that results of rendering of the following: http://blocknote.net/tests/30.htm is just wrong for IE, NS, Opera and Amaya. |
|
If now, what does text mean exactly? Could somebody point on formal description? |
|
And I guess that "floated to one side of the page" is not a case anymore. |
|
Are these problems of non-deterministic standard or rather existing browsers? |
|
Could somebody shed a light on this part of standard? |
#3
| |||
| |||
|
|
PS: It seems that HTML standard itself is just one big deprecated block of text. You can use just one tag, lets say DIV and apply various styles to it. |
|
example is here: http://www.blocknote.net/tests/31.htm (table there will fail on IE 6.0) What is the point of doctype declarations as CSS allows you completely avoid DTD (in terms of structure: which element can contain another)? |
#4
| |||
| |||
|
|
"Andrew Fedoniouk" <andrew (AT) terra-informatica (DOT) org> writes: PS: It seems that HTML standard itself is just one big deprecated block of text. You can use just one tag, lets say DIV and apply various styles to it. Yes, you *can*. But in old HTML you *could* use <font> and <br> to do almost as much damage to your document. example is here: http://www.blocknote.net/tests/31.htm (table there will fail on IE 6.0) What is the point of doctype declarations as CSS allows you completely avoid DTD (in terms of structure: which element can contain another)? CSS is optional. div class="looklikeh1">My Page</div div class="looklikep">My Paragraph <span class="looklikestrong">has emphasis</span></div :: In CSS supporting browser *My Page* My Paragraph *has emphasis* :: In non-CSS supporting browser My Page My Paragraph has emphasis HTML is a language for describing the structure of the document - so if there's an element that exists that has the desired meaning, it should be used in preference to a generic element such as <div> or span>. http://www.dur.ac.uk/ITS/WWW/accessi...2/structural.p |
|
h1>My Page</h1 p>My Paragraph <strong>has emphasis</strong></p -- Chris |
![]() |
| Thread Tools | |
| Display Modes | |
| |