SAA-SDT / SharedSchema

Repostory for work with shared schemas among the standards
1 stars 0 forks source link

Possible alignment of @style and @render #5

Open kerstarno opened 5 years ago

kerstarno commented 5 years ago

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.

kerstarno commented 5 years ago

Further conversation:

kerstarno commented 5 years ago

Potentially also include althead with <head>. For formatting attributes on <table>and its subelements see #8.

kerstarno commented 5 years ago

Further conversation came to the following conclusions:

kerstarno commented 5 years ago

To follow up:

wisserk commented 5 years ago

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

kerstarno commented 5 years ago

Summary of today's conversation: