SearchSearch   

Standards for presentation of numerical data for usability..

 
Goto page Previous  1, 2
   Webmaster Forums (Home) -> HTML RSS
Next:  making it so a particular image is the first thin..  
Author Message
Jukka K. Korpela

External


Since: Feb 13, 2004
Posts: 3794



(Msg. 16) Posted: Mon Aug 13, 2007 12:47 pm
Post subject: Re: Standards for presentation of numerical data for usability and accessibility
Archived from groups: comp>infosystems>www>authoring>html (more info?)

Scripsit Dr J R Stockton:

>> There are many opinions, practices, and recommendations on such
>> matters, depending on language, authority, context, etc. And there is
>> nothing particularly HTML-related here.
>
> No;

So why do you keep discussing the issue here?

> my intent was to be helpful to the OP,

Not all people realize that off-topic advice is usually wrong, and even in
an appropriate context, it would not be helpful to offer some opinions
without citations and without notes about the area of applicability.

> The alphabetical code, while inappropriate for text intended to have
> great literary appeal, can reasonably be used in paragraphs of a more
> technical nature, and is certainly appropriate in relevant HTML tables.

There is nothing especially HTML-related here, despite your use of the
phrase "HTML tables". And this piece of advice is generally wrong, as
off-topic advice usually is. And codes, as opposite to names or commonly
known symbols like "$", are surely not _accessible_.

ObHTML: "HTML tables" aren't really tables; they are a messy mix of real
tables (tabular data) and layout settings, and more often used for the
latter.

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
Back to top
David E. Ross

External


Since: Feb 18, 2006
Posts: 187



(Msg. 17) Posted: Mon Aug 13, 2007 12:47 pm
Post subject: Re: Standards for presentation of numerical data for usability and
Archived from groups: per prev. post (more info?)

On 8/13/2007 2:47 AM, Jukka K. Korpela wrote:
> Scripsit Dr J R Stockton:
>
>>> There are many opinions, practices, and recommendations on such
>>> matters, depending on language, authority, context, etc. And there is
>>> nothing particularly HTML-related here.
>> No;
>
> So why do you keep discussing the issue here?
>
>> my intent was to be helpful to the OP,
>
> Not all people realize that off-topic advice is usually wrong, and even in
> an appropriate context, it would not be helpful to offer some opinions
> without citations and without notes about the area of applicability.
>
>> The alphabetical code, while inappropriate for text intended to have
>> great literary appeal, can reasonably be used in paragraphs of a more
>> technical nature, and is certainly appropriate in relevant HTML tables.
>
> There is nothing especially HTML-related here, despite your use of the
> phrase "HTML tables". And this piece of advice is generally wrong, as
> off-topic advice usually is. And codes, as opposite to names or commonly
> known symbols like "$", are surely not _accessible_.
>
> ObHTML: "HTML tables" aren't really tables; they are a messy mix of real
> tables (tabular data) and layout settings, and more often used for the
> latter.
>

The original message from Procida in this thread referred to
> formatting and presentation of numbers in web pages
Procida is authoring a Web page using HTML. This is most clearly
on-topic in this news group.

Further, he later expanded on his question by relating the issue to
accessibility. That, too, is on-topic.

--

David E. Ross
<http://www.rossde.com/>.

Anyone who thinks government owns a monopoly on inefficient, obstructive
bureaucracy has obviously never worked for a large corporation. © 1997
Back to top
Jukka K. Korpela

External


Since: Feb 13, 2004
Posts: 3794



(Msg. 18) Posted: Tue Aug 14, 2007 3:02 am
Post subject: Re: Standards for presentation of numerical data for usability and accessibility
Archived from groups: per prev. post (more info?)

Scripsit David E. Ross:

[ A fullquote, always a useful signal... ]

> The original message from Procida in this thread referred to
>> formatting and presentation of numbers in web pages
> Procida is authoring a Web page using HTML. This is most clearly
> on-topic in this news group.

No it is not, any more than other matters of writing style that relate to
all kinds of text and have nothing specific to do with HTML.

Just because someone is authoring a Web page using HTML doesn't mean that
anything he might ask for doing that is on-topic here. If you wonder whether
you should write "color" or "colour", it's not an HTML question just because
you would write it in an HTML document (or an InDesign question just because
you are using InDesign, etc.).

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
Back to top
André Gillibert

External


Since: Aug 23, 2007
Posts: 4



(Msg. 19) Posted: Thu Aug 23, 2007 9:47 pm
Post subject: Re: Standards for presentation of numerical data for usability and accessibility
Archived from groups: per prev. post (more info?)

Jukka K. Korpela wrote:

>
> And some languages have varying practices. But does this matter? Almost
> all browsers (and search engines) ignore language markup.

Jaws use it.
If you don't specify the language or lie about it, you may end up hearing
a voice with an awful accent.

--
You can contact me at <tabkanDELETETHISnaz.DeleteThis@yahoDELETETHATo.fr>
Back to top
Andy Mabbett

External


Since: Apr 11, 2004
Posts: 185



(Msg. 20) Posted: Wed Sep 12, 2007 11:51 pm
Post subject: Re: Standards for presentation of numerical data for usability and accessibility
Archived from groups: per prev. post (more info?)

In message <i7%ui.205157$046.31555@reader1.news.saunalahti.fi>, Jukka K.
Korpela <jkorpela DeleteThis @cs.tut.fi> writes

>In a more ideal world, we could use markup that indicates whether a
>sequence of digits (possibly with interspersed punctuation) is a
>mathematical number or a code-like notation (normally read digit by
>digit). But HTML has nothing like that.

CSS does, though:

speak: spell-out;

speak-numeral: digits;

See:

<http://www.w3.org/TR/REC-CSS2/aural.html#speaking-props>
and:

<http://www.w3.org/TR/REC-CSS2/aural.html#speech-props>

respectively. These are recognised by Opera, at least, and there's a
small test suite at:

<http://www.pigsonthewing.org.uk/opera.htm>

should anyone wish to try it.

[apologies for the belated response]

--
Andy Mabbett
* Say "NO!" to compulsory ID Cards: <http://www.no2id.net/>
* Free Our Data: <http://www.freeourdata.org.uk>
* Are you using Microformats, yet: <http://microformats.org/> ?
Back to top
D.M. Procida

External


Since: Apr 11, 2007
Posts: 6



(Msg. 21) Posted: Thu Sep 13, 2007 9:30 am
Post subject: Re: Standards for presentation of numerical data for usability and accessibility
Archived from groups: per prev. post (more info?)

Andy Mabbett <usenet200309 DeleteThis @pigsonthewing.org.uk> wrote:

> >In a more ideal world, we could use markup that indicates whether a
> >sequence of digits (possibly with interspersed punctuation) is a
> >mathematical number or a code-like notation (normally read digit by
> >digit). But HTML has nothing like that.
>
> CSS does, though:
>
>
> speak-numeral: digits;

This property controls how numerals are spoken. Values have the
following meanings:

digits
Speak the numeral as individual digits. Thus, "237" is spoken "Two Three
Seven".
continuous
Speak the numeral as a full number. Thus, "237" is spoken "Two hundred
thirty seven". Word representations are language-dependent.

Any idea how 345,676 would be rendered? "Three hundred forty five, comma
six hundred seventy six", or "three hundred and forty five thousand, six
hundred seventy six"?

Daniele
Back to top
André Gillibert

External


Since: Aug 23, 2007
Posts: 4



(Msg. 22) Posted: Thu Sep 13, 2007 10:24 am
Post subject: Re: Standards for presentation of numerical data for usability and accessibility
Archived from groups: per prev. post (more info?)

Andy Mabbett wrote:

> In message <i7%ui.205157$046.31555@reader1.news.saunalahti.fi>, Jukka K.
> Korpela <jkorpela.TakeThisOut@cs.tut.fi> writes
>
>> In a more ideal world, we could use markup that indicates whether a
>> sequence of digits (possibly with interspersed punctuation) is a
>> mathematical number or a code-like notation (normally read digit by
>> digit). But HTML has nothing like that.
>
> CSS does, though:
>

Having to put semantic in CSS proves that it lacks to HTML.
Whether a sequence of digits is a number or not, is part of the structure
of the document, not of its presentation.


> speak: spell-out;
>
> speak-numeral: digits;
>

Unfortunately, speak: spell-out; doesn't PROVE that the sequence of digits
is logically not a number. I can think that someone could read the
sequence of digits of a very big number. CSS gives guidelines in an
imperative form. HTML is purely declarative. It declares the structure of
the document. CSS cannot replace HTML that easily.

If HTML is a relatively simple semantic language, HTML + parts of CSS is
MUCH more complex.

An element type NUMBER in HTML would surely be useful.

--
You can contact me at <tabkanDELETETHISnaz.TakeThisOut@yahoDELETETHATo.fr>
Back to top
Jukka K. Korpela

External


Since: Feb 13, 2004
Posts: 3794



(Msg. 23) Posted: Thu Sep 13, 2007 12:30 pm
Post subject: Re: Standards for presentation of numerical data for usability and accessibility
Archived from groups: per prev. post (more info?)

Scripsit D.M. Procida:

> Any idea how 345,676 would be rendered? "Three hundred forty five,
> comma six hundred seventy six", or "three hundred and forty five
> thousand, six hundred seventy six"?

My guess is that speech rendering software typically has settings that
control this. They don't pay attention to the speak-numeral (or
speak-punctuation) property defined in CSS 2.0; I wonder whether Opera is
the only exception.

The property is sloppily defined in CSS 2.0, and CSS 2.1 drafts (which have
moved aural style sheets from the normative part to an informative
appendix - a poor compromise between promoting them and dropping them) does
not change this at all. To begin with, what is a "numeral"? Is "I" a
numeral? (In "king Charles I", it surely is.) Is "1st" a numeral? Always?
What about "FFFF"? (Think about "The Unicode character with code number FFFF
in hexadecimal".)

We would have similar but less severe problems if we tried to add <number>
markup to HTML, but less serious, since each instance of a number would have
that markup. In the CSS approach, the property applies to all elements, so
an author could say body { speak-numeral: continuous }, leaving it to poor
browsers to decide what to do with Charles I and friends.

In any processing, whether affected by markup or stylesheets or not, that
tries to speak numbers naturally, "345,676" would need to be treated in a
language-specific way, and I don't just mean the names of numbers. In
English, it's an integer. In many other languages, it is a decimal number,
with a comma as the decimal separator.

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
Back to top
D.M. Procida

External


Since: Apr 11, 2007
Posts: 6



(Msg. 24) Posted: Thu Sep 13, 2007 12:30 pm
Post subject: Re: Standards for presentation of numerical data for usability and accessibility
Archived from groups: per prev. post (more info?)

Jukka K. Korpela <jkorpela DeleteThis @cs.tut.fi> wrote:

> In any processing, whether affected by markup or stylesheets or not, that
> tries to speak numbers naturally, "345,676" would need to be treated in a
> language-specific way, and I don't just mean the names of numbers. In
> English, it's an integer. In many other languages, it is a decimal number,
> with a comma as the decimal separator.

In fact it was just that kind of ambiguity which prompted my original
question: how to present and format numerical data for maximum
comprehension and minimum confusion.

Daniele
Back to top
Dr J R Stockton

External


Since: May 20, 2007
Posts: 386



(Msg. 25) Posted: Thu Sep 13, 2007 8:28 pm
Post subject: Re: Standards for presentation of numerical data for usability and accessibility
Archived from groups: per prev. post (more info?)

In comp.infosystems.www.authoring.html message <Yp7Gi.222739$ow3.49556@r
eader1.news.saunalahti.fi>, Thu, 13 Sep 2007 12:30:10, Jukka K. Korpela
<jkorpela DeleteThis @cs.tut.fi> posted:

> To begin with, what is a "numeral"? Is "I" a numeral? (In "king
>Charles I", it surely is.)

Actually it is an ordinal (and the K needs to be upper case). He was
King Charles the First, not King Charles One.

--
(c) John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v6.05 MIME.
Web <URL:http://www.merlyn.demon.co.uk/> - FAQish topics, acronyms, & links.
For news:borland.*, use their server newsgroups.borland.com ; but first read
Guidelines <URL:http://www.borland.com/newsgroups/guide.html> ff. with care.
Back to top
Jukka K. Korpela

External


Since: Feb 13, 2004
Posts: 3794



(Msg. 26) Posted: Fri Sep 14, 2007 1:03 pm
Post subject: Re: Standards for presentation of numerical data for usability and accessibility
Archived from groups: per prev. post (more info?)

Scripsit Dr J R Stockton:

>> To begin with, what is a "numeral"? Is "I" a numeral? (In "king
>> Charles I", it surely is.)
>
> Actually it is an ordinal (and the K needs to be upper case). He was
> King Charles the First, not King Charles One.

Ordinal numerals are regarded as numerals in any grammar book I've read, but
admittedly I've read just a dozen or so. Besides, the way we read roman
numbers (sic) in such contexts depends on the language, and not just in
vocabulary; some languages sometimes read them as cardinal numbers.

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
Back to top
David Stone

External


Since: Oct 23, 2006
Posts: 85



(Msg. 27) Posted: Fri Sep 14, 2007 1:03 pm
Post subject: Re: Standards for presentation of numerical data for usability and accessibility
Archived from groups: per prev. post (more info?)

In article <T_sGi.223190$FM4.207391@reader1.news.saunalahti.fi>,
"Jukka K. Korpela" <jkorpela DeleteThis @cs.tut.fi> wrote:

> Scripsit Dr J R Stockton:
>
> >> To begin with, what is a "numeral"? Is "I" a numeral? (In "king
> >> Charles I", it surely is.)
> >
> > Actually it is an ordinal (and the K needs to be upper case). He was
> > King Charles the First, not King Charles One.
>
> Ordinal numerals are regarded as numerals in any grammar book I've read, but
> admittedly I've read just a dozen or so. Besides, the way we read roman
> numbers (sic) in such contexts depends on the language, and not just in
> vocabulary; some languages sometimes read them as cardinal numbers.
^^^^

Ah, you mean like Pope John Paul II? Wink
Back to top
Display posts from previous:   
       Webmaster Forums (Home) -> HTML
Goto page Previous  1, 2
Page 2 of 2

 
You cannot post new topics in this forum
You cannot 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