https://bugs.documentfoundation.org/show_bug.cgi?id=154798
Regina Henschel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Regina Henschel <[email protected]> --- (In reply to Eyal Rozenberg from comment #0) > ODF defines a pair of attributes: > > 20.256 style:country-asian > 20.257 style:country-complex > > (I couldn't find style:country-latin) These attributes are never used as single attributes. They are used as pair: for 'latin' 20.188 fo:country 20.202 fo:language for 'complex' 20.257 style:country-complex 20.303 style:language-complex for 'asian' 20.256 style:country-asian 20.302 style:language-asian The data type for 'language' is 'languageCode' (18.3.17). It refers to ISO 639. The data type for 'country' is 'countryCode' in (18.3.11). It refers to ISO 3166. You will read e.g. in 20.303 This attribute may be ignored if it is not specified together with a style:country-complex 20.257 attribute. And the other way round in 20.257 It may be ignored if it is not specified together with a style:language-complex 20.303 attribute. -- You are receiving this mail because: You are the assignee for the bug.
