The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: Correeection
by Matt on Thursday 01/Mar/2007, @16:24
|
Yeah, and they aren't called "tags" either; they're called "elements" according to XML and DOM.
|
[
Reply To This | View ]
|
Re: Correeection
by AC on Friday 02/Mar/2007, @21:57
|
Tags exist, and so do elements, but they are not the same. For example:
<b>Hello there</b>
This is one element, and two tags (a start tag, and an end tag).
|
[
Reply To This | View ]
|
Re: Correeection
by Gustaf on Monday 09/Apr/2007, @04:33
|
Not even that was correct ;)
<b>Hello there</b>
Is actually two elements, and two tags. The tags are [<b>, </b>] and the elements are [the b-tags, the text]. Text inside a start- and end-tag is an element by itself. A "text element".
|
[
Reply To This | View ]
|
|
Re: Correeection
by Troy Unrau on Thursday 01/Mar/2007, @16:37
|
My apologies :) thing semantics over syntax, I'm not a professional writer or anything :P
|
[
Reply To This | View ]
|
Re: Correeection
by joe lorem on Friday 02/Mar/2007, @15:06
|
Also, it's not strictly correct to say Konq implements CSS3, as many modules of CSS3 aren't even complete yet. The linked article refers to the CSS3 Selectors module plus one other propere
|
[
Reply To This | View ]
|
Re: Correeection
by joe lorem on Friday 02/Mar/2007, @15:06
|
Also, it's not strictly correct to say Konq implements CSS3, as many modules of CSS3 aren't even complete yet. The linked article refers to the CSS3 Selectors module plus one other property
|
[
Reply To This | View ]
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|