HighDots Forums  

Re: not applicable character

HTML Writing HTML for the Web (comp.infosystems.www.authoring.html)


Discuss Re: not applicable character in the HTML forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Thor Kottelin
 
Posts: n/a

Default Re: not applicable character - 10-09-2003 , 06:14 PM








Brian wrote:

Quote:
On the printed menu, there is a
long dash in the "price by the glass" column to indicate that there is
no applicable entry. Any thoughts on what I should use? m-dash?
If there is no applicable entry, do you really need one at all?

Thor

--
http://thorweb.anta.net/


Reply With Quote
  #2  
Old   
Jonathan Snook
 
Posts: n/a

Default Re: not applicable character - 10-09-2003 , 09:14 PM






"Thor Kottelin" <thor (AT) anta (DOT) net> wrote

Quote:
Brian wrote:
On the printed menu, there is a
long dash in the "price by the glass" column to indicate that there is
no applicable entry. Any thoughts on what I should use? m-dash?

If there is no applicable entry, do you really need one at all?
It's a good indicator that the entry should not exist as opposed to
wondering if it was mistakenly left off. Much like in documentation where it
says, "This page intentionally left blank."

As to the OP's original question, I'm certainly not sure on the "definite"
answer. I'd probably just use an ndash or mdash.

Jonathan


--
http://www.snook.ca/




Reply With Quote
  #3  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: not applicable character - 10-10-2003 , 03:35 AM



"Jonathan Snook" <goto_www.snook.ca (AT) snook (DOT) ca> wrote:

Quote:
On the printed menu, there is a
long dash in the "price by the glass" column to indicate that
there is no applicable entry. Any thoughts on what I should
use? m-dash?

If there is no applicable entry, do you really need one at all?

It's a good indicator that the entry should not exist as opposed to
wondering if it was mistakenly left off. Much like in documentation
where it says, "This page intentionally left blank."
Indeed, and in HTML documents, there are additional reasons too.
Empty cells cause technical problems in rendering, and they might be
confusing in speech rendering. More on empty cells and their problems:
http://www.cs.tut.fi/~jkorpela/html/emptycells.html

Quote:
As to the OP's original question, I'm certainly not sure on the
"definite" answer. I'd probably just use an ndash or mdash.
In a wine list in English, <i>N/A</i> would probably be the clearest
way, perhaps with a footnote that explains the notation.

I would not use any dash or hyphen, because there is a widespread
convention in statistical tables that a hyphen indicates an exact value
of zero. (It's more zero that 0 or 0.0, which indicate just a value
that is zero when rounded to the precision used.) Those conventions
typically use "." to indicate 'not applicable' (and ".." or "..." to
indicate 'data not available'). See e.g.
http://unstats.un.org/unsd/mbs/symbols.asp
But if you use a dash-like character, I would suggest the em dash,
since it deviates more from a hyphen, thereby reducing the risk of
confusion.

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



Reply With Quote
  #4  
Old   
Eric Bohlman
 
Posts: n/a

Default Re: not applicable character - 10-10-2003 , 11:36 AM



"Jukka K. Korpela" <jkorpela (AT) cs (DOT) tut.fi> wrote in
news:Xns94106B3D84089jkorpelacstutfi (AT) 193 (DOT) 229.0.31:

Quote:
I would not use any dash or hyphen, because there is a widespread
convention in statistical tables that a hyphen indicates an exact value
of zero. (It's more zero that 0 or 0.0, which indicate just a value
that is zero when rounded to the precision used.) Those conventions
I assume you mean a "structural zero," as in "number of male subjects who
became pregnant."


Reply With Quote
  #5  
Old   
Andreas Prilop
 
Posts: n/a

Default Re: not applicable character - 10-10-2003 , 12:56 PM



Eric Bohlman <ebohlman (AT) earthlink (DOT) net> wrote:

Quote:
I assume you mean a "structural zero," as in "number of male subjects who
became pregnant."
Arnold?


Reply With Quote
  #6  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: not applicable character - 10-10-2003 , 02:21 PM



Eric Bohlman <ebohlman (AT) earthlink (DOT) net> wrote:

Quote:
I would not use any dash or hyphen, because there is a widespread
convention in statistical tables that a hyphen indicates an exact
value of zero. (It's more zero that 0 or 0.0, which indicate just
a value that is zero when rounded to the precision used.) Those
conventions

I assume you mean a "structural zero," as in "number of male
subjects who became pregnant."
I think that would be rather be "." 'not applicable', whereas
"-" might indicate the total number of pregrancies in a hi-tech company
where people are just too busy to reproduce. It's a bit debatable, of
course, whether male pregnancy is logically impossible (hence N/A) or
just currently a low frequency (exact zero, to be exact) phenomenon.

ObHTML: In principle, you could use
<abbr title="Not Applicable">N/A</abbr>
or
<span title="Not applicable">.</span>
to explain the notations. But in practice, that will hardly help - the
notations should be explained explicitly, unless the audience can be
expected to be familiar with them.

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



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.