There are several instances of the word ‘border’ that are meaningless in this context (the text is supposed to describe the ‘background’ element at that location).
Clarify which border the text refers to (if any notion of border must be introduced here) or else rewrite the text so that it makes sense.
page 29, line 0 Part 4, Section 2.2.1 background (Document Background)
te
Proposed Disposition of DIS 29500 Comment FR-0059 (Modified: 2007-11-08) Agreed; the following changes will be made to the table in Part 4, §2.2.1, pages 2830: Attributes Description color (Background Color) Specifies the color for the background of the document. This color may either be presented as a hex value (in RRGGBB format), or auto to allow a consumer to automatically determine the background color as appropriate. If the background specifies the use of a theme color via the themeColor attribute, this value is superseded by the theme color value. [Example: Consider a background border color with value 2C34FF , as follows: <w:background ... w:color="2C34FF"/> The background color shall therefore be the color with an RGB value of 44,52,255 (the decimal decoding of the hex value above). end example] The possible values for this attribute are defined by the ST_HexColor simple type (§2.18.43). themeShade ( Border Backgroun d Theme Color Shade) Specifies the shade value applied to the supplied theme color (if any) for this background. If the themeShade is supplied, then it is applied to the RGB value of the theme color (from the theme part) to determine the final color applied to this background border . The themeShade value is stored as a hex encoding of the shade value (from 0255) applied to the current background border . [Example: Consider a shade of 60% applied to a background in a document. This shade is calculated as follows: = 0.6 255 = 153 = 99() Attributes Description The resulting themeShade value in the file format would be 99 . end example] Given an RGB color defined as three hex values in RRGGBB format, the shade is applied as follows: themeTint ( Border Backgroun d Theme Color Tint) Specifies the tint value applied to the supplied theme color (if any) for this background. If the themeTint is supplied, then it is applied to the RGB value of the theme color (from the theme part) to determine the final color applied to the document’s background. The themeTint value is stored as a hex encoding of the tint value (from 0255) applied to the current background border . [Example: Consider a tint of 60% applied to a background border in a document. This tint is calculated as follows: = 0.4 255 = 102 = 66() The resulting themeTint value in the file format would be 66 . end example] Similar Comments: CO-0079 , DE-0027 , GB-0180 , GR-0066 , IN-0047 , KE-0050 , PT-0082 , US-0121
