Flagging
Flagging is the application of text, images, or styling during rendering. This can highlight the fact that content applies to a specific audience or operating system, for example; it also can draw a reader's attention to content that has been marked as being revised.
At processing time, a conditional processing profile can be used to specify profiling attribute values that determine whether an element with those values is flagged.
When deciding whether to flag a particular element, a processor should evaluate each value.
Wherever an attribute value that has been set as flagged appears (for example,
audience="administrator"
), the processor should add the flag. When multiple
flags apply to a single element, multiple flags should be rendered, typically in the order that
they are encountered.
When the same element evaluates as both flagged and included, the element should be flagged and
included. When the same element evaluates as both flagged and filtered (for example, flagged
because of a value for the @audience
attribute and filtered because of a value
for the @product
attribute value), the element should be filtered.