Skip to content

Commit

Permalink
CLDR-17091 kbd revert accidental change to wrong DTD
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Oct 8, 2023
1 parent e47a331 commit c8f2fec
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions keyboards/dtd/ldmlKeyboard.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<!-- This is a descriptive keyboard format frozen in v43 and included for backwards compatibility.
All new applications should use the prescriptive format available in ldmlKeyboard3.dtd -->
<!-- Important Note:

The CLDR Keyboard Subcommittee is currently developing major changes to the CLDR keyboard specification.
Please view the subcommittee page for the most recent information.
<https://cldr.unicode.org/index/keyboard-workgroup>

-->

<!ELEMENT keyboard ( version, generation?, info?, names, settings?, import*, keyMap+, displayMap?, layer*, vkeys*, transforms*, reorders?, backspaces? ) >
<!--@DEPRECATED-->
<!ATTLIST keyboard locale CDATA #REQUIRED >
<!--@MATCH:any/TODO-->
<!--@DEPRECATED-->

<!ELEMENT version EMPTY >
<!ATTLIST version platform CDATA #REQUIRED >
Expand All @@ -31,11 +34,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<!--@DEPRECATED-->

<!ELEMENT info EMPTY >

<!ATTLIST info name CDATA #REQUIRED >
<!--@MATCH:any-->
<!--@VALUE-->

<!ATTLIST info author CDATA #IMPLIED >
<!--@VALUE-->
<!ATTLIST info normalization CDATA #IMPLIED >
Expand All @@ -46,6 +44,13 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<!ATTLIST info indicator CDATA #IMPLIED >
<!--@VALUE-->

<!ELEMENT names ( name+ ) >

<!ELEMENT name EMPTY >
<!ATTLIST name value CDATA #REQUIRED >
<!--@MATCH:any-->
<!--@VALUE-->

<!ELEMENT settings EMPTY >
<!--@ORDERED-->
<!ATTLIST settings fallback (omit) #IMPLIED >
Expand Down

0 comments on commit c8f2fec

Please sign in to comment.