<lcAreaCoords>
The <lcAreaCoords> element was
deprecated in DITA version 1.3. It was replaced with the <lcAreaCoords2>
element. It was originally intended to specify the coordinates of a linkable hotspot in a
learning image.
- Shape
- Data format
- rect
- left-x, top-y, right-x, bottom-y
- circle
- center-x, center-y, radius
- poly
- x1, y1, x2, y2, ..., xN, yN. To close the polygon, ensure that the first x and y coordinate pair and the last are the same.
Content models
See appendix for information about this element in OASIS document type shells.
Inheritance
+ topic/ph learningInteractionBase-d/ph learning-d/lcAreaCoords
Example
This section is non-normative.
<lcHotspotMap>
<image href="hotlogos.gif">
<alt>Baseball team logos</alt>
</image>
<lcArea id="giants">
<lcAreaShape>rect</lcAreaShape>
<lcAreaCoords>0,50,50,100</lcAreaCoords>
<lcFeedback>No.</lcFeedback>
</lcArea>
<lcArea id="orioles">
<lcAreaShape>rect</lcAreaShape>
<lcAreaCoords>50,50,100,100</lcAreaCoords>
<lcFeedback>No.</lcFeedback>
</lcArea>
</lcHotspotMap>
Content model
(Text | <data> | <data-about> | <foreign> | <unknown> | <keyword> | <term> | <text>)*
Contained by
<lcArea>
- Text
<data><data-about><foreign><keyword><term><text><unknown>
Contained by
<lcArea>
Inheritance
+ topic/ph learningInteractionBase-d/ph learning-d/lcAreaCoords
The <lcAreaCoords> element is specialized from <ph>. It is defined in the learning-domain module.
Attributes
The following attributes are available on this element: Universal attribute group (with a narrowed definition of
@translate, given below), outputclass, and @keyref.
@translate- Indicates whether the content of the element
should be translated or not. For this element the
default value is "no". Setting to "yes" will
override the default. The DITA architectural
specification contains a list of each OASIS DITA
element and its common processing default for the
translate value; because this element uses an
actual default, it will always be treated as
translate="no"unless overridden as described. Available values are:- no
- The content of this element is not translateable.
- yes
- The content of this element is translateable.
- -dita-use-conref-target
- See Using the -dita-use-conref-target value for more information.
@translate- Indicates whether the content of the element
should be translated or not. For this element the
default value is "no". Setting to "yes" will
override the default. The DITA architectural
specification contains a list of each OASIS DITA
element and its common processing default for the
translate value; because this element uses an
actual default, it will always be treated as
translate="no"unless overridden as described. Available values are:- no
- The content of this element is not translateable.
- yes
- The content of this element is translateable.
- -dita-use-conref-target
- See Using the -dita-use-conref-target value for more information.