Re: various attribute problems in Amaya 1.2a

> Amaya 1.2a still chokes on attribute value "valign = Baseline", saying that
> it is an unknown value. I use it for a table cell. Let me know if you need
> me to provide you with an example.

In HTML 3.2, the only valid values for valign are top, middle, and bottom
(http://www.w3.org/TR/REC-html32#table)
baseline has been added in HTML 4.0 (http://www.w3.org/TR/REC-html40/).
The current version of Amaya is not yet fully 4.0 compliant.
We plan to add more 4.0 features in the next release.

> The same happens for attribute value "shape = POLYGON" (in a map tag). Amaya
> says it's an unknown attribute value.

In HTML 3.2 the only valid values for shape are rect, circle, and poly
(not polygon). In HTML 4.0, default has been added, but polygon is still
invalid.  Just write poly instead.

> It also still doesn't recognize the Height attribute, saying it's an unknown
> attribute.

I am surprised. Amaya does accept height for elements applet, img, object,
td and th.  In what case do you get this error message?

Thanks for your comments, Bertrand,

Vincent.

-------------------------------------------------------
Vincent Quint                       INRIA Rhone-Alpes
W3C/INRIA                           ZIRST
e-mail: Vincent.Quint@w3.org        655 avenue de l'Europe
Tel.: +33 4 76 61 53 62             38330 Montbonnot St Martin
Fax:  +33 4 76 61 52 07             France

Received on Saturday, 28 March 1998 03:54:09 UTC