473,505 Members | 13,982 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HTML FAQ (Frequently Asked Questions) List

About once a week, I post an FAQ pointer in this newsgroup
under the same heading as this post. That pointer has two purposes:

1. To keep regulars from having to post the standard answers to standard
questions again and again; if you have a standard question, you might
save yourself some time by first reading the available material for
this group (i.e. FAQs, tutorials & references).

2. To let posters know what other newsgroups exist where their questions
might get better answers. (E.g. posts about Javascript should go to
comp.lang.javascript, or maybe comp.infosystems.www.authoring.misc)

The FAQ pointer was last updated on: May 13th, 2002

--
Boris Ammerlaan <bo***@stack.nl>, http://www.stack.nl/~boris/
* HTML FAQ: posted bi-weekly & <URL:http://www.htmlhelp.com/faq/html/>
* c.i.w.a.h. FAQ List Pointer: posted each week &
<URL:http://www.stack.nl/~boris/HTML/ciwahfaq.html>
Jul 20 '05 #1
9 4674
"Boris Ammerlaan" <bo***@stack.nl> wrote in message
news:ba***********************@stack.nl...
About once a week, I post an FAQ pointer in this newsgroup
under the same heading as this post. That pointer has two purposes:

1. To keep regulars from having to post the standard answers to standard
questions again and again; if you have a standard question, you might
save yourself some time by first reading the available material for
this group (i.e. FAQs, tutorials & references).


Though it is a shame the section "where to learn about XHTML" still refers
to XHTML 1.0 when the XHTML 1.1 recommendation is about to turn 3 years old.
Jul 20 '05 #2
"Boris Ammerlaan" <bo***@stack.nl> wrote in message
news:ba***********************@stack.nl...
About once a week, I post an FAQ pointer in this newsgroup
under the same heading as this post. That pointer has two purposes:

1. To keep regulars from having to post the standard answers to standard
questions again and again; if you have a standard question, you might
save yourself some time by first reading the available material for
this group (i.e. FAQs, tutorials & references).


Though it is a shame the section "where to learn about XHTML" still refers
to XHTML 1.0 when the XHTML 1.1 recommendation is about to turn 3 years old.
Jul 20 '05 #3
"JotM" <ja*****@12move.netherlands> wrote:
Though it is a shame the section "where to learn about XHTML" still
refers to XHTML 1.0 when the XHTML 1.1 recommendation is about to
turn 3 years old.


The FAQ is somewhat dusty (allusion to Boutell's FAQ intended), but
there's nothing wrong with the idea of suggesting a look at XHTML 1.0
rather than XHTML 1.1, which is just an exercise in futility.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 20 '05 #4
"JotM" <ja*****@12move.netherlands> wrote:
Though it is a shame the section "where to learn about XHTML" still
refers to XHTML 1.0 when the XHTML 1.1 recommendation is about to
turn 3 years old.


The FAQ is somewhat dusty (allusion to Boutell's FAQ intended), but
there's nothing wrong with the idea of suggesting a look at XHTML 1.0
rather than XHTML 1.1, which is just an exercise in futility.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 20 '05 #5
Jukka K. Korpela wrote:
[snap]

The FAQ is somewhat dusty (allusion to Boutell's FAQ intended), but
there's nothing wrong with the idea of suggesting a look at XHTML 1.0
rather than XHTML 1.1, which is just an exercise in futility.


What is your your opinion with respect to the 2.0 development?

--

/************************************************** **************************
JotM aka Jaap van der Heide
Remove ".XXXnospamXXX" for a valid return address
Please reply to a news message in the group where the message was posted
************************************************** **************************/

Jul 20 '05 #6
JotM <me*******************@planet.nl> wrote:
The FAQ is somewhat dusty (allusion to Boutell's FAQ intended), but
there's nothing wrong with the idea of suggesting a look at XHTML 1.0
rather than XHTML 1.1, which is just an exercise in futility.


What is your your opinion with respect to the 2.0 development?


I have expressed some opinions on the wwww-html list, which is probably
the best virtual place for such discussions (unless you work for a W3C
member in a suitable position). Briefly, it seems that XHTML 2.0 has too
little novelties to justify breaking the compatibility with previous
versions of HTML, so I hope (and expect) that it will be more or less
silently abandoned. What we would really need is an updated revision of
HTML 4, maybe with some extra features like <section> that don't break
the compatibility. I guess they might call it XHML 2.2. :-)

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 20 '05 #7
Jukka K. Korpela wrote:
[snip]
What we would really
need is an updated revision of HTML 4, maybe with some extra features
like <section> that don't break the compatibility. I guess they might
call it XHML 2.2. :-)


Sounds good, especially the bit about <section>, which I would also like to
see.

In the meantime, I have a weak imitation that I sometimes use for wrapping
round a header & its accompanying material. It doesn't achieve the same effect
as the "undifferentiated header" of <section>, but it can be used to achieve
progressive indentation to emphasise nested levels of sectioning:

<div class="section>
<h3>Header</h3>
(content goes here)
</div>

(Or any other level of header, of course).

div.section {
margin-left: 3em;
}

By clever use of descendent selectors, perhaps it could be a bit more
imaginative, for example (hm!) reducing font size at increased levels of
sectioning.

--
Barry Pearson
http://www.Barry.Pearson.name/photography/
http://www.BirdsAndAnimals.info/
http://www.ChildSupportAnalysis.co.uk/
Jul 20 '05 #8
Jukka K. Korpela wrote:
The FAQ is somewhat dusty (allusion to Boutell's FAQ intended), but
there's nothing wrong with the idea of suggesting a look at XHTML 1.0
rather than XHTML 1.1, which is just an exercise in futility.


What exactly do you mean by "an exercise in futility?" Are you saying
widespread acceptance of XHTML 1.1 is unlikely, or something quite
different?

--
Shawn K. Quinn
Jul 20 '05 #9
"Shawn K. Quinn" <sk*****@xevious.kicks-ass.net> wrote:
Jukka K. Korpela wrote:
The FAQ is somewhat dusty (allusion to Boutell's FAQ intended), but
there's nothing wrong with the idea of suggesting a look at XHTML 1.0
rather than XHTML 1.1, which is just an exercise in futility.
What exactly do you mean by "an exercise in futility?"


XHTML 1.0 is an incomplete specification which just plays with syntactic
rules, rewriting HTML 4 in a fairly useless way - by adding some
syntactic restrictions _and_ moving some syntactic restrictions from DTDs
to prose. In effect, it says: if you wanted to make HTML 4 as such an XML
application, this is what it would look like. As it has often been said,
this is _potentially_ useful in _some_ situations, when you have some
_special_ reason to be XML compatible, e.g. when you wish to create
documents that will be processed by XML-capable, SGML-incapable tools.

XHTML 1.1, on the other hand, is just a pointless exercise in
modularization _and_ obfuscation, since it also contains strange changes
to the language.
Are you saying
widespread acceptance of XHTML 1.1 is unlikely, or something quite
different?


I'm saying that acceptance of XHTML 1.1 is irrelevant. People who wish to
play the game can do so just because it makes no difference whether you
use XHTML 1.0 or XHTML 1.1, except that playing by XHTML 1.1 is a little
more difficult (and you cannot use image maps, for example, if you want
your page to work on browsers). If authors, for some odd reason, widely
"accepted" XHTML 1.1, it would be just a quasireligious move, comparable
to the W3C-endorsed iconolatry ("Valid HTML 4.01!" etc.) but less
harmful, since users won't see whether you use HTML 4.01, or XHTML 1.0,
or XHTML 1.1 (unless you start serving XHTML as XHTML).

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 20 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
3128
by: Boris Ammerlaan | last post by:
This notice is posted about every week. I'll endeavor to use the same subject line so that those of you who have seen it can kill-file the subject; additionally, Supersedes: headers are used to...
0
7216
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7303
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7018
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7471
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5028
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3187
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3176
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1528
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
754
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.