One instance in the MetaCard interface where this behavior is
apparently causing a problem is in setting text attributes from
the menu bar. If the default font, size, style or color are inherited
for a section of text, then the text attributes aren't indicated in the
menus. (This occurs even if the text attributes are set from the
menu bar, but remain the same as the inherited attributes.)
>From a scripting standpoint, I don't believe that the programmer
will typically be concerned with whether a property is inherited.
But then again, you never know. I'd suggest that, inherited or
otherwise, the value of properties always be returned. I'd also
suggest the addition of a function that returns the value of a
property, whether the property was inherited, and if so, the
object the property was inherited from.
Would this behavior be changed for all inheritable properties, or
just the display attribute properties for text? Thinking about the
question in the context of the MetaCard interface, I'd like to see the
values of inherited properties on the "object font" and "object colors"
dialogs, instead of blank fields. But then again, I'd certainly want to
know when the properties were inherited instead of set explicitly
for the object in question.