Open kerstarno opened 5 years ago
Further conversation:
<span>
for style, <emph>
, <foreign>
, <title>
, and <titleproper>
for render)Potentially also include althead with <head>
. For formatting attributes on <table>
and its subelements see #8.
Further conversation came to the following conclusions:
<emph>
with render and <span>
essentially do the same thing, the recommendation would be to decide for one of these with an inclination towards using <span>
<foreign>
, <title>
, <titleproper>
to allow targeted manipulation. However, seeing that the same could also be accomplished via other ways (e.g. To follow up:
<span>
and <emph>
, there is the question of data type with regard to the attributes currently used with these elements. style recommends W3C CSS, while render comes with a predefined list of values. CSS values that may apply to @style/@render:
color (color, initial, inherit)
direction (ltr (left-to-right), rtl (right-to-left), initial, inherit)
font-family (family-name generic-family, initial inherit)
font-kerning (spacing of letters) (auto, normal, none)
font-size (medium, xx-small, x-small, small, large, x-large, xx-large, smaller, larger, length, %, initial)
font-size-adjust (number, none, initial, inherit)
font-stretch (ultra-condensed, extra-condensed, condensed, semi-condensed, normal, semi-expanded, expanded, ultra-expanded, initial, inherit)
font-style (normal, italic, oblique, initial, inherit)
font-variant (normal, small-caps, initial, inherit)
font-weight (normal, bold, bolder, lighter, 100-900 (values at each 100; defines from thin to thick characters; 400 = normal, 700 = bold), initial, inherit)
quotes (quotation marks, single, double, left and right angle quotes)
text-direction-color (color, initial, inherit)
text-decoration-line (none, underline, overline, line-through, initial, inherit)
text-decoration-style (solid, double, dotted, dashed, wavy, initial inherit)
initial = default value inherit = inherits this property from its parent
Summary of today's conversation:
Both, EAC-CPF and EAD3, use an attributes allowing "to specify a rendering style for string" (EAC-CPF) respectively to control "the formatting of the content of an element for display and print purposes" (EAD3). However, these attributes currently go by different names: style in EAC-CPF and render in EAD3.