Changing direction
We decided to change direction a little bit. Previously, whatever attributes you specify, it would try to figure out the name attribute first. So name is the key attribute in all of our tags so far. Everything else can be figured out from that attribute.
However, this week we started to tackle the table tag group, and we realized that table tags don't have name attribute. They do have id attribute.
So we change direction. The id attribute is going to be the key attribute. We should get all the changes done by the end of next week.

There are no comments for this entry.
[Add Comment]