Ecma 376 contradicts the standard SVG Color Keyword Names’s hexadecimal RGB values for given color names. Color Name SVG Ecma 376 Dark blue00008B 000080 Dark cyan 008B8B 008080 Dark gray A9A9A9 808080 Dark green 006400 008000 Dark red 8B0000 800000 Light gray D3D3D3 C0C0C0 Independent of Ecma 376’s failure to adopt the SVG standard, its subtle redefinition of existing standardized terms will only lead to further confusion. In contrast, section 5.1.12.48 “ST_PresetColorVal” (Preset Color Value) matches SVG colors well. Unfortunately, it renames “darkGray” to “dkGray” to avoid self-contradiction at the cost of reducing agreement with the SVG standard. Suggest to uniform and align colour coding schemas.
Proposed Disposition of DIS 29500 Comment DK-0146 (Modified: 2008-01-10) Agreed; the following changes will be made in Part 4, §2.18.46, pages 1,7391,740 to be consistent with the aforementioned standards: Enumeration Value Description darkBlue (Dark Blue Highlighting Color) Specifies that the text highlighting color for this run shall be dark blue. The hexadecimal RGB value for this setting shall be 000080 00008B . darkCyan (Dark Cyan Highlighting Color) Specifies that the text highlighting color for this run shall be dark cyan. The hexadecimal RGB value for this setting shall be 008080 008B8B . darkGray (Dark Gray Highlighting Color) Specifies that the text highlighting color for this run shall be dark gray. The hexadecimal RGB value for this setting shall be 808080 A9A9A9 . darkGreen (Dark Green Highlighting Color) Specifies that the text highlighting color for this run shall be dark green. The hexadecimal RGB value for this setting shall be 008000 006400 . darkRed (Dark Red Highlighting Color) Specifies that the text highlighting color for this run shall be dark red. The hexadecimal RGB value for this setting shall be 8 00000 8 B0000 . lightGray (Light Gray Highlighting Color) Specifies that the text highlighting color for this run shall be light gray. The hexadecimal RGB value for this setting shall be C0C0C0 D3D3D3 . As well, in order to improve consistency between the ST_PresetColorVal simple type and SVG, the SVG naming convention has been adopted. This is described in the disposition for comment MY-0013. Similar Comments: CO-0128 , MY-0012 , VE-0034
