PDA

View Full Version : iSiloX Ignores "id" Attributes


Voltage Spike
05-13-2004, 12:27 AM
According to the HTML specification (http://www.w3.org/TR/html401/struct/links.html#h-12.2.3), I can use the "id" attribute of an opening tag to create an anchor point. However, iSiloX (iSiloXC for Mac OS X, to be specific) fails to create anchor points when using this attribute in an "h3" tag.

Note that I have not attempted this using other tags, but I assume it is the same for all.

If it makes a difference, the document is actually of type "-//W3C//DTD XHTML 1.0 Strict//EN".

Thanks! :)

iSilo
05-13-2004, 07:24 AM
You are correct that iSiloX/C does not support the ID attribute. Only anchors using the <a> element are supported.

Voltage Spike
05-13-2004, 11:38 AM
You are correct that iSiloX/C does not support the ID attribute.

I obviously don't know the structure of your code, but wouldn't this be an easy fix? I would appreciate this functionality, but I am not particularly worried about it.

Thank you.

iSilo
05-13-2004, 09:24 PM
Whether it is easy or not is another story, but support for the ID attribute is under consideration.