-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible alignment of @style and @render #5
Comments
Further conversation:
|
Potentially also include althead with |
Further conversation came to the following conclusions:
|
To follow up:
|
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 |
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.
The text was updated successfully, but these errors were encountered: