Board index » html » Formatting links

Formatting links

2005-11-24 04:33:00 PM
Neredbojias wrote:
...
Quote
I made it up (-not saying it wasn't made-up before, but I never saw it
if so.) As Jonathan suggested, the "qualm" means a feeling of doubt or
misgivings about something.
It has been used often. Google it, and you will see. (I even seem to
recall coming across it in my childhood, somewhere.)
My question didn't so much have to do with 'qualm' - that I understood, as
all of the meanings are close enough. It is the 'quill' part that really
doesn't fit, as far as I can see. The least colloquial translation I can
think of is "With neither pausing to write it out, nor anticipations of
regretting his hasty reply, Mr. X quoted..." That is my best guess as to
how 'quill' should be filled in, yet the fact is that it was written down,
where it says it wasn't... See what I mean, now? That's why I asked the
question. It felt like I am missing something, and I wanted to know what I
was missing. ???
David
-
 

Re:Formatting links

Neredbojias wrote:
...
Quote
I made it up (-not saying it wasn't made-up before, but I never saw it
if so.) As Jonathan suggested, the "qualm" means a feeling of doubt or
misgivings about something.
It has been used often. Google it, and you will see. (I even seem to
recall coming across it in my childhood, somewhere.)
My question didn't so much have to do with 'qualm' - that I understood, as
all of the meanings are close enough. It is the 'quill' part that really
doesn't fit, as far as I can see. The least colloquial translation I can
think of is "With neither pausing to write it out, nor anticipations of
regretting his hasty reply, Mr. X quoted..." That is my best guess as to
how 'quill' should be filled in, yet the fact is that it was written down,
where it says it wasn't... See what I mean, now? That's why I asked the
question. It felt like I am missing something, and I wanted to know what I
was missing. ???
David
-

Re:Formatting links

With neither quill nor qualm, David quothed:
Quote
Neredbojias wrote:
...
Quote
I made it up (-not saying it wasn't made-up before, but I never saw it
if so.) As Jonathan suggested, the "qualm" means a feeling of doubt or
misgivings about something.

It has been used often. Google it, and you will see. (I even seem to
recall coming across it in my childhood, somewhere.)

My question didn't so much have to do with 'qualm' - that I understood, as
all of the meanings are close enough. It is the 'quill' part that really
doesn't fit, as far as I can see. The least colloquial translation I can
think of is "With neither pausing to write it out, nor anticipations of
regretting his hasty reply, Mr. X quoted..." That is my best guess as to
how 'quill' should be filled in, yet the fact is that it was written down,
where it says it wasn't... See what I mean, now? That's why I asked the
question. It felt like I am missing something, and I wanted to know what I
was missing. ???
A more literal translation of what _I_ meant might be, "With neither pen
nor doubt..." The text is "written down", yes, but not with a
"classical" writing instrument per se. Anyway, it's just an
alliterative salutation of no special significance.
--
Neredbojias
Contrary to popular belief, it is believable.
-

Re:Formatting links

With neither quill nor qualm, dorayme quothed:
Quote
From: Neredbojias <invalid@neredbojias.com>

Quote
With neither quill nor qualm, David quothed:

>Neredbojias wrote:
>>With neither quill nor qualm, Leonard Blaisdell quothed:
>
>Where did the term 'quill nor qualm' originate from? It seems to literally
>indicate 'Without using a pen or being nauseated...', and that, in a way,
>does not make sense, but I recall coming across the phrase before...

I made it up (-not saying it wasn't made-up before, but I never saw it
if so.) As Jonathan suggested, the "qualm" means a feeling of doubt or
misgivings about something.



No, no. A qualm is an astringent, highly intoxicating drink.
I think you're thinking of "balm".
Quote
Occasionally, people do not have any in order to appear sharper
than usual when addressing bods at alt.html.
Yes but some people actually appear sharper when they're embalmed.
--
Neredbojias
Contrary to popular belief, it is believable.
-

Re:Formatting links

With neither quill nor qualm, Toby Inkster quothed:
Quote
Neredbojias wrote:

Quote
<a href="welcome.html" style="display:block"><h2>Welcome</h2></a>

A is still inline, so can't contain an H2 element. (Just because you've
made it *look* like it's a block element, doesn't mean it really *is* a
block element!)
Why not? An inline element styled to "look like" a block element takes
block attributes, doesn't it?
I may not be correct in this analysis, but if the only support you have
for your view is that the css validator doesn't validate it, that means
nothing. The w3c css validator itself is broken and frequently gives
the wrong result for what is and is not valid css.
Quote

If you want a valid way of nesting an H2 element within an A element, both
of these will validate:

<a><object><h2>Hello</h2></object></a>

<a><noscript><h2>World</h2></noscript></a>

Though neither is likely to do what the OP wants.


--
Neredbojias
Contrary to popular belief, it is believable.
-

Re:Formatting links

Neredbojias wrote:
Quote
With neither quill nor qualm, Toby Inkster quothed:
Quote
Neredbojias wrote:

><a href="welcome.html" style="display:block"><h2>Welcome</h2></a>

A is still inline, so can't contain an H2 element. (Just because you've
made it *look* like it's a block element, doesn't mean it really *is* a
block element!)

Why not? An inline element styled to "look like" a block element takes
block attributes, doesn't it?
No, it takes style properties as per a block level element but as far
as HTML is concerned it is still an inline element.
Consider,
@media screen {a {display: block;}}
@media print {a {display: inline;}}
Same HTML. Is it a block on screen but inline when printed? Or is it
just an inline element that looks like a block on screen and inline
when printed?
CSS does not change the rules of HTML. In HTML it is forbidden to nest
a block element inside an inline element and so long as it's HTML that
doesn't change.
Quote
I may not be correct in this analysis, but if the only support you have
for your view is that the css validator doesn't validate it, that means
nothing. The w3c css validator itself is broken and frequently gives
the wrong result for what is and is not valid css.
CSS 'validation' has nothing to do with this. It's invalid HTML.
Steve
-

Re:Formatting links

On Thu, 24 Nov 2005 04:12:39 -0700, Neredbojias
<invalid@neredbojias.com>wrote:
Quote
Why not? An inline element styled to "look like" a block element takes
block attributes, doesn't it?
No. The DTD nesting rules are fixed and unchangeable. The CSS display
property merely controls how they're displayed.
-

Re:Formatting links

Quote
From: Neredbojias <invalid@neredbojias.com>

A more literal translation of what _I_ meant might be, "With neither pen
nor doubt..." The text is "written down", yes, but not with a
"classical" writing instrument per se. Anyway, it's just an
alliterative salutation of no special significance.
This won't do Boji... It is beyond defence now...
--
dorayme
-

Re:Formatting links

With neither quill nor qualm, dorayme quothed:
Quote
From: Neredbojias <invalid@neredbojias.com>

A more literal translation of what _I_ meant might be, "With neither pen
nor doubt..." The text is "written down", yes, but not with a
"classical" writing instrument per se. Anyway, it's just an
alliterative salutation of no special significance.

This won't do Boji... It is beyond defence now...
Well one can always climb de fence if de person wants to.
--
Neredbojias
Contrary to popular belief, it is believable.
-

Re:Formatting links

With neither quill nor qualm, Steve Pugh quothed:
Quote
Neredbojias wrote:
Quote
With neither quill nor qualm, Toby Inkster quothed:
>Neredbojias wrote:
>
>><a href="welcome.html" style="display:block"><h2>Welcome</h2></a>
>
>A is still inline, so can't contain an H2 element. (Just because you've
>made it *look* like it's a block element, doesn't mean it really *is* a
>block element!)

Why not? An inline element styled to "look like" a block element takes
block attributes, doesn't it?

No, it takes style properties as per a block level element but as far
as HTML is concerned it is still an inline element.

Consider,
@media screen {a {display: block;}}
@media print {a {display: inline;}}

Same HTML. Is it a block on screen but inline when printed? Or is it
just an inline element that looks like a block on screen and inline
when printed?

CSS does not change the rules of HTML. In HTML it is forbidden to nest
a block element inside an inline element and so long as it's HTML that
doesn't change.

Quote
I may not be correct in this analysis, but if the only support you have
for your view is that the css validator doesn't validate it, that means
nothing. The w3c css validator itself is broken and frequently gives
the wrong result for what is and is not valid css.

CSS 'validation' has nothing to do with this. It's invalid HTML.
Well, you and Andy seem to agree so I'll defer to your expertise. I
actually thought 'block' and 'inline' were css creations not html so
maybe that gives me a little more perspective regarding why css is so
obstreperous.
--
Neredbojias
Contrary to popular belief, it is believable.
-

Re:Formatting links

With neither quill nor qualm, Andy Dingley quothed:
Quote
On Thu, 24 Nov 2005 04:12:39 -0700, Neredbojias
<invalid@neredbojias.com>wrote:

Quote
Why not? An inline element styled to "look like" a block element takes
block attributes, doesn't it?

No. The DTD nesting rules are fixed and unchangeable. The CSS display
property merely controls how they're displayed.
Okay, I may not like it, but I see your point.
--
Neredbojias
Contrary to popular belief, it is believable.
-

Re:Formatting links

On Fri, 25 Nov 2005 00:14:16 -0700, Neredbojias
<invalid@neredbojias.com>wrote:
Quote
Well, you and Andy seem to agree so I'll defer to your expertise. I
actually thought 'block' and 'inline' were css creations not html so
maybe that gives me a little more perspective regarding why css is so
obstreperous.
"block" and "inline" are CSS property values.
The ones relevant here are %inline; and %block;
the HTML content models defined as entities in the DTD
www.w3.org/TR/html4/sgml/dtd.html
-

Re:Formatting links

With neither quill nor qualm, Andy Dingley quothed:
Quote
On Fri, 25 Nov 2005 00:14:16 -0700, Neredbojias
<invalid@neredbojias.com>wrote:

Quote
Well, you and Andy seem to agree so I'll defer to your expertise. I
actually thought 'block' and 'inline' were css creations not html so
maybe that gives me a little more perspective regarding why css is so
obstreperous.

"block" and "inline" are CSS property values.

The ones relevant here are %inline; and %block;
the HTML content models defined as entities in the DTD
www.w3.org/TR/html4/sgml/dtd.html
-which differentiation I personally think is unnecessary, but that's
like arguing politics, I suppose, and I'm not going to participate in an
epic battle over it.
--
Neredbojias
Contrary to popular belief, it is believable.
-