Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

silly HTML

 
Goto page 1, 2, 3, 4, 5
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Next:  Capturing list of files in a directory  
Author Message
spamblocked1

External


Since: Sep 19, 2003
Posts: 3499



(Msg. 1) Posted: Tue Dec 12, 2006 5:27 pm
Post subject: silly HTML
Archived from groups: alt>www>webmaster (more info?)

Greetings

Silly HTML ...

validator says I can't place Hn elements inside a form legend

like so: <legend><h4>Edit Blue-Worzle data</h4></legend>

makes perfect sense to me <g>

oh well - I'm sure it has its reasons.
--
William Tasso

 >> Stay informed about: silly HTML 
Back to top
Login to vote
Karl Groves

External


Since: May 30, 2006
Posts: 452



(Msg. 2) Posted: Tue Dec 12, 2006 5:27 pm
Post subject: Re: silly HTML [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"William Tasso" <SpamBlocked RemoveThis @tbdata.com> wrote in news:op.tkgirdq0m9g4qz-
wnt RemoveThis @tbdata.com:

> Greetings
>
> Silly HTML ...
>
> validator says I can't place Hn elements inside a form legend
>
> like so: <legend><h4>Edit Blue-Worzle data</h4></legend>
>
> makes perfect sense to me <g>
>
> oh well - I'm sure it has its reasons.

Legend is an inline element.
H4 is block level. You can't place a block level element inside an inline
one.



--
Karl Groves
www.karlcore.com

 >> Stay informed about: silly HTML 
Back to top
Login to vote
cristina

External


Since: Jul 27, 2006
Posts: 36



(Msg. 3) Posted: Tue Dec 12, 2006 5:27 pm
Post subject: Re: silly HTML [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Just to state the obvious and to repeat other postings, sorry.
The legend is an inline element containing
a caption text for the fieldset element,
and in principle improves accessibility
when the fieldset is rendered non-visually.
If you thought of using h4 (a block element) for font size and look,
obviously you should use stylesheets instead.

William Tasso wrote:

> Greetings
>
> Silly HTML ...
>
> validator says I can't place Hn elements inside a form legend
>
> like so: <legend><h4>Edit Blue-Worzle data</h4></legend>
>
> makes perfect sense to me <g>
>
> oh well - I'm sure it has its reasons.
> --
> William Tasso
 >> Stay informed about: silly HTML 
Back to top
Login to vote
cristina

External


Since: Jul 27, 2006
Posts: 36



(Msg. 4) Posted: Tue Dec 12, 2006 5:27 pm
Post subject: Re: silly HTML [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

John Bokma wrote:

> cristina wrote:
>
>
> > ... accessibility
>
> Funny, top posting and talking about accessibility.
>
>
> --
> John Need help with SEO? Get started with a SEO report of your site:
>
> --> http://johnbokma.com/websitedesign/seo-expert-help.html

Why is it funny? (It is great that it is funny, thanks,
even if I do not know why)

What I meant is that it seems to me that the legend element
was intended as a caption for the fieldset element, and
usually it does not need to include more than plain text.
The legend element was supposed to improve web content accessibility,
together with the fieldset element
( Web Content Accessibility Guidelines 1.0
http://www.w3.org/TR/WAI-WEBCONTENT/ )
 >> Stay informed about: silly HTML 
Back to top
Login to vote
cristina

External


Since: Jul 27, 2006
Posts: 36



(Msg. 5) Posted: Tue Dec 12, 2006 5:27 pm
Post subject: Re: silly HTML [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

John Bokma wrote:

> "cristina" <cristina DeleteThis @asymptoticdesign.com> wrote:
>
>
> > ... accessibility
>
> Funny, top posting and talking about accessibility.
>
>
> --
> John Need help with SEO? Get started with a SEO report of your site:
>
> --> http://johnbokma.com/websitedesign/seo-expert-help.html

Sorry, me again. Yes, you are right, top posting
hugely affects accessibility, it is very sad, not funny,
I apologize and I am very sorry about it.
 >> Stay informed about: silly HTML 
Back to top
Login to vote
cristina

External


Since: Jul 27, 2006
Posts: 36



(Msg. 6) Posted: Tue Dec 12, 2006 5:35 pm
Post subject: Re: silly HTML [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Charles Sweeney wrote:

> cristina wrote
>
> > Sorry, me again. Yes, you are right, top posting
> > hugely affects accessibility, it is very sad, not funny,
> > I apologize and I am very sorry about it.
>
> So you should be. Frankly I'm amazed that you had the brazen cheek to show
> your face in here again.
>
> --
> Charles Sweeney
> http://CharlesSweeney.com

Please explain why you are writing like this.
Of course I am not going to post again to this group,
but I do not understand your posting.
 >> Stay informed about: silly HTML 
Back to top
Login to vote
David J. Hennessy

External


Since: Oct 26, 2006
Posts: 21



(Msg. 7) Posted: Tue Dec 12, 2006 6:49 pm
Post subject: Re: silly HTML [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

William Tasso wrote:
> Greetings
>
> Silly HTML ...
>
> validator says I can't place Hn elements inside a form legend
>
> like so: <legend><h4>Edit Blue-Worzle data</h4></legend>
>
> makes perfect sense to me <g>
>
> oh well - I'm sure it has its reasons.
> --William Tasso


Hmm... does it work the other way around?

--
David J. Hennessy
http://maidix.com/
http://choicesolver.com/
http://davidhennessy.net/
 >> Stay informed about: silly HTML 
Back to top
Login to vote
user94

External


Since: Sep 14, 2004
Posts: 2384



(Msg. 8) Posted: Tue Dec 12, 2006 6:56 pm
Post subject: Re: silly HTML [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

William Tasso wrote

> Greetings
>
> Silly HTML ...
>
> validator says I can't place Hn elements inside a form legend
>
> like so: <legend><h4>Edit Blue-Worzle data</h4></legend>
>
> makes perfect sense to me <g>
>
> oh well - I'm sure it has its reasons.

"Validator says no"

--
Charles Sweeney
http://CharlesSweeney.com
 >> Stay informed about: silly HTML 
Back to top
Login to vote
John Bokma

External


Since: Apr 27, 2005
Posts: 414



(Msg. 9) Posted: Tue Dec 12, 2006 11:11 pm
Post subject: Re: silly HTML [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"cristina" <cristina.TakeThisOut@asymptoticdesign.com> wrote:


> ... accessibility

Funny, top posting and talking about accessibility.


--
John Need help with SEO? Get started with a SEO report of your site:

--> http://johnbokma.com/websitedesign/seo-expert-help.html
 >> Stay informed about: silly HTML 
Back to top
Login to vote
spamblocked1

External


Since: Sep 19, 2003
Posts: 3499



(Msg. 10) Posted: Tue Dec 12, 2006 11:39 pm
Post subject: Re: silly HTML [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Fleeing from the madness of the jungle
Karl Groves <karl.TakeThisOut@NOSPAMkarlcore.com> stumbled into news:alt.www.webmaster
and said:

> "William Tasso" <SpamBlocked.TakeThisOut@tbdata.com> wrote in news:op.tkgirdq0m9g4qz-
> wnt.TakeThisOut@tbdata.com:
>
>> Greetings
>>
>> Silly HTML ...
>>
>> validator says I can't place Hn elements inside a form legend
>>
>> like so: <legend><h4>Edit Blue-Worzle data</h4></legend>
>>
>> makes perfect sense to me <g>
>>
>> oh well - I'm sure it has its reasons.
>
> Legend is an inline element.

yes, yes, I know that Smile

Doesn't stop it being silly.

> H4 is block level. You can't place a block level element inside an
> inline
> one.

bah - do I have to mark my posts as rhetorical now?

PS: that's a rhetorical Q Smile
pps: Thanks to all for sharing the moment.
--
William Tasso

http://williamtasso.com/words/what-is-usenet.asp
 >> Stay informed about: silly HTML 
Back to top
Login to vote
user94

External


Since: Sep 14, 2004
Posts: 2384



(Msg. 11) Posted: Wed Dec 13, 2006 1:09 am
Post subject: Re: silly HTML [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

cristina wrote

> Sorry, me again. Yes, you are right, top posting
> hugely affects accessibility, it is very sad, not funny,
> I apologize and I am very sorry about it.

So you should be. Frankly I'm amazed that you had the brazen cheek to show
your face in here again.

--
Charles Sweeney
http://CharlesSweeney.com
 >> Stay informed about: silly HTML 
Back to top
Login to vote
Andy Dingley

External


Since: Mar 24, 2006
Posts: 248



(Msg. 12) Posted: Wed Dec 13, 2006 2:05 am
Post subject: Re: silly HTML [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

William Tasso wrote:

> > Legend is an inline element.
>
> yes, yes, I know that Smile
>
> Doesn't stop it being silly.

Silly? Simple, certainly.

The alternative would be to push "blockness" further down into the
children of <form> and that would complicate their layout
substantially.

Also a <h*> element isn't a caption, it's a header. "Header" iin HTML
terms is more to do with the logical structuring of document content,
not just captioning. In these terms then headers are inherently block
elements rather than inline. Conversely your intended use of one here
(inside the <form>) is implicitly wrong because it has the behaviour of
being a caption (arguably just presentational) but not that of being a
header (in the HTML sense).
 >> Stay informed about: silly HTML 
Back to top
Login to vote
John Bokma

External


Since: Apr 27, 2005
Posts: 414



(Msg. 13) Posted: Wed Dec 13, 2006 2:30 am
Post subject: Re: silly HTML [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"cristina" <cristina RemoveThis @asymptoticdesign.com> wrote:

> Sorry, me again. Yes, you are right, top posting
> hugely affects accessibility, it is very sad, not funny,
> I apologize and I am very sorry about it.

Thanks, and no worries.

--
John Need help with SEO? Get started with a SEO report of your site:

--> http://johnbokma.com/websitedesign/seo-expert-help.html
 >> Stay informed about: silly HTML 
Back to top
Login to vote
John Bokma

External


Since: Apr 27, 2005
Posts: 414



(Msg. 14) Posted: Wed Dec 13, 2006 2:50 am
Post subject: Re: silly HTML [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"cristina" <cristina DeleteThis @asymptoticdesign.com> wrote:

> Charles Sweeney wrote:

[..]

> Please explain why you are writing like this.
> Of course I am not going to post again to this group,
> but I do not understand your posting.

Read it as a joke. On the other hand, one does get tired of explaining
almost daily to people how Usenet works while it's not that hard to figure
it out by oneself.

--
John Need help with SEO? Get started with a SEO report of your site:

--> http://johnbokma.com/websitedesign/seo-expert-help.html
 >> Stay informed about: silly HTML 
Back to top
Login to vote
hug

External


Since: Jul 29, 2006
Posts: 42



(Msg. 15) Posted: Wed Dec 13, 2006 5:15 am
Post subject: Re: silly HTML [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"William Tasso" <SpamBlocked.DeleteThis@tbdata.com> wrote:

>Greetings
>
>Silly HTML ...
>
>validator says I can't place Hn elements inside a form legend
>
>like so: <legend><h4>Edit Blue-Worzle data</h4></legend>
>
>makes perfect sense to me <g>
>
>oh well - I'm sure it has its reasons.

Yah, like it's not a full and accurate parser. I once had it (the w3c
one) tell me there was no "id" attribute in a particular tag, and the
"id" it was pointing at was part of an argument list in a url.

Whatever. I've never been that fond of html as a markup language to
begin with, and I'm only just beginning to address "validation issues"
so I'm probably silly to comment on this at all. But hey, a guy needs
to present himself as a target occasionally, right? <g>

--
Legacy browsers never heard of emerging standards.
(contact via http://www.ren-prod-inc.com/hug_soft)
 >> Stay informed about: silly HTML 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Silly price of UK hosting - I recently came across 'dedicated-servers.co.uk', and was horrified to see that the price of dedicated server hosting in the UK is still ludicrously high - compared to similar services in North America and Canada. Compare a Canadian hosted (with..

Tony Cortese made ONE silly mistake... - Tony Cortese, the latest alter-ego of an old favourite of ours here (you may be too new to remember him, Spacegirl and Els), made ONE silly mistake in trying to protect his true identity. Anyone else notice it? Hint: It's to do with changing the WRONG...

Need help with old HTML - Hiya, Without using CSS how do I: 1) Set the color of the <hr> bar? 2) Set the default font for the document in the body tag? 3) Set the default font size for the document? Hard to find anything on the net about using the depricated tags.....

I know HTML, now what? - What should I learn after HTML, for authoring webpages? I reall feel out of the loop regarding webpage authoring-- should I now learn CSS, DHTML, XHTML, XML??? I am an online college teacher and want to get up to date on the current language for webpage...

xml to html - Hi I am trying to insert an XML feed in to my website how do I get the code to convert to html instead of raw xml on the results page ???
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Goto page 1, 2, 3, 4, 5
Page 1 of 5

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]