servo/tests/wpt/css-tests/woff2_dev/testinfo.data
Ms2ger 296fa2512b Update web-platform-tests and CSS tests.
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180.
- Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
2017-02-06 22:38:29 +01:00

304 lines
110 KiB
Text

id references title flags links revision credits assertion
available-001 Font access font http://dev.w3.org/webfonts/WOFF2/spec/#General,http://dev.w3.org/webfonts/WOFF2/spec/#conform-css3font-available 6efd0169bf1df0397a1360fe77e0d358cc10ca9e `Chris Lilley`<http://www.w3.org/People> Linked fonts are only available to the documents that reference them
blocks-extraneous-data-001 Extraneous Data Between Header and Directory font http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure,http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject 707851c361f163fce0fac0f1393fc59670d902e6 `Khaled Hosny`<http://khaledhosny.org> There are four null bytes between the header and the table directory.
blocks-extraneous-data-002 Extraneous Data Between Directory and Table Data font http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure,http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject 0eb67cc25386b5fa94ba89d4f963d418579ea05b `Tal Leming`<http://typesupply.com> There are four null bytes between the table directory and the table data.
blocks-extraneous-data-003 Extraneous Data After Table Data font http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure,http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject 04b61ac3260fe78e15a5a9bcc8d4cd621060f443 `Tal Leming`<http://typesupply.com> There are four null bytes after the table data block and there is no metadata or private data.
blocks-extraneous-data-004 Extraneous Data Between Table Data and Metadata font http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure,http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject 858b61a1f6d8c0209fdaae0debf819b8f91eafb1 `Tal Leming`<http://typesupply.com> There are four null bytes between the table data and the metadata.
blocks-extraneous-data-005 Extraneous Data Between Table Data and Private Data font http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure,http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject 027e4d9e0da42b008c70b08347e94cca97862cca `Tal Leming`<http://typesupply.com> There are four null bytes between the table data and the private data.
blocks-extraneous-data-006 Extraneous Data Between Metdata and Private Data font http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure,http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject b5a249455cdb4555796752434d3c7b210df49d1f `Tal Leming`<http://typesupply.com> There are four null bytes between the metadata and the private data.
blocks-extraneous-data-007 Extraneous Data After Metadata font http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure,http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject 23f8eb7b72ea317e3b99aaa695a68ea139834a66 `Tal Leming`<http://typesupply.com> There are four null bytes after the metadata and there is no private data.
blocks-extraneous-data-008 Extraneous Data After Private Data font http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure,http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject 700fce3c2f03e356d58578398fc19364f1f3e18b `Tal Leming`<http://typesupply.com> There are four null bytes after the private data.
blocks-overlap-001 Metadata Overlaps Table Data font http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure,http://dev.w3.org/webfonts/WOFF2/spec/#conform-overlap-reject a91b3d6f89752a600009af25ba3422074a8591a0 `Tal Leming`<http://typesupply.com> The metadata offset is four bytes before the end of the table data.
blocks-overlap-002 Private Data Overlaps Table Data font http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure,http://dev.w3.org/webfonts/WOFF2/spec/#conform-overlap-reject 7e40da8b578d44857210a92cc882582048751a6c `Tal Leming`<http://typesupply.com> The private data offset is four bytes before the end of the table data.
blocks-overlap-003 Private Data Overlaps Metadata font http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure,http://dev.w3.org/webfonts/WOFF2/spec/#conform-overlap-reject c0adb5dc76f447ed1e0d73af899c750152c39af8 `Tal Leming`<http://typesupply.com> The private data offset is four bytes before the end of the metadata.
datatypes-alt-255uint16-001 Different Representations of 255UInt16 font http://dev.w3.org/webfonts/WOFF2/spec/#DataTypes,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustAccept255UInt16 1362c5dd218479cb25140852b1a50b1aa6be6d76 `Khaled Hosny`<http://khaledhosny.org> Valid TTF flavored WOFF with different valid representation of the same 255UInt16 encoded number
datatypes-invalid-base128-001 Invalid UIntBase128 With Leading Zeros font http://dev.w3.org/webfonts/WOFF2/spec/#DataTypes,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustRejectInvalidBase128 d70978fedf02f4e8260aab1d6a904f102d12ae8e `Khaled Hosny`<http://khaledhosny.org> Invalid TTF flavored WOFF that has UIntBase128 numbers with leading zeros
datatypes-invalid-base128-002 Invalid UIntBase128 That Exceeds 2^{32}-1 font http://dev.w3.org/webfonts/WOFF2/spec/#DataTypes,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustRejectInvalidBase128 affc2455cda908bdb6dc94b659ecf624fd612d10 `Khaled Hosny`<http://khaledhosny.org> Invalid TTF flavored WOFF that has UIntBase128 numbers which exceed 2^{32}-1
datatypes-invalid-base128-003 Invalid UIntBase128 Longer Than 5 Bytes font http://dev.w3.org/webfonts/WOFF2/spec/#DataTypes,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustRejectInvalidBase128 5272a493d71513b80f97c2acba5ff1ecb4323ce4 `Khaled Hosny`<http://khaledhosny.org> Invalid TTF flavored WOFF that has UIntBase128 numbers longer than 5 bytes
directory-mismatched-tables-001 Font Collection With Mismatched Glyf/Loca Tables font http://dev.w3.org/webfonts/WOFF2/spec/#table_dir_format,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustCheckRejectMismatchedTables eb0f9162b2c7b61cff8d382421321a3465ac0ced `Khaled Hosny`<http://khaledhosny.org> Invalid TTF flavored WOFF font collection with two pairs of mismatched glyf/loca tables
header-length-001 Header Length Too Short font http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header 36a0d3a6933c734cae8836452e2dd95ba72930bc `Tal Leming`<http://typesupply.com> The length field contains a value that is four bytes shorter than the actual data.
header-length-002 Header Length Too Long font http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header b85e0719514353606f9b224e0bdc7e2510af4f14 `Tal Leming`<http://typesupply.com> The length field contains a value that is four bytes longer than the actual data.
header-numTables-001 Header Number of Tables Set to Zero font http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header 732a4644f118067f789bad8547772b9b3a38d6aa `Tal Leming`<http://typesupply.com> The header contains 0 in the numTables field. A table directory and table data are present.
header-reserved-001 Header Reserved Invalid Value font http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustNotUseReservedValue d38aa50b05a57c270ab24bd2180be2e3834564bc `Tal Leming`<http://typesupply.com> The reserved field contains 1.
header-signature-001 Header Signature Invalid Value font http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header,http://dev.w3.org/webfonts/WOFF2/spec/#conform-noMagicNumber-reject fe1c28cce811e8d526ad4a5625fb3757c0c13fee `Tal Leming`<http://typesupply.com> The signature field contains XXXX instead of wOFF.
header-totalsfntsize-001 Header TotalSfntSize Too Small font http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustNotRejectIncorrectTotalSize 1a21869ee1e93701384d2b2c32c2932b0a14d0f0 `Khaled Hosny`<http://khaledhosny.org> The totalSfntSize field contains a too small incorrect value.
header-totalsfntsize-002 Header TotalSfntSize Too Big font http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustNotRejectIncorrectTotalSize 1c9f2ab20e0b133de7dfbf8e54c05f336c2ed89a `Khaled Hosny`<http://khaledhosny.org> The totalSfntSize field contains a too big incorrect value.
metadata-noeffect-001 No Metadata Present font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-noeffect cb17a32df9f0cab1afa340597dccd6f6a40bb3f7 `Tal Leming`<http://typesupply.com> The file has no metadata.
metadata-noeffect-002 Metadata Present font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-maydisplay 9176b641083e4cc5eaa696c7ac1b329c1b4d85f9 `Tal Leming`<http://typesupply.com> The file has metadata.
metadatadisplay-authoritative-001 Metadata Out of Sync With name Table font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://dev.w3.org/webfonts/WOFF2/spec/,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-authoritative 9a59e86d5552a7e7bf99be4466337367060ca208 `Tal Leming`<http://typesupply.com> The name table and metadata fields are out of sync. The name table contains FAIL and the metadata contains PASS for unique id, vendor name, vendor url, credit name, credit url, description, license, license url, copyright and trademark.
metadatadisplay-compression-001 Metadata No Compression font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://dev.w3.org/webfonts/WOFF2/spec/,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-alwayscompress f39501bad215e6594585cf571540c0abbbdc57e6 `Tal Leming`<http://typesupply.com> The metadata is stored in an uncompressed state and therefore does not have the proper compression format.
metadatadisplay-encoding-001 UTF-8 Encoding font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 3ce6e54d855c13a7d23c7a53bab9ab0cbc3fe8c5 `Tal Leming`<http://typesupply.com> The xml encoding is set to UTF-8.
metadatadisplay-encoding-002 Invalid Encoding: UTF-16 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 46c0298a245a0335b3f9c2795625e11f9d9fe74d `Tal Leming`<http://typesupply.com> The xml encoding is set to UTF-16.
metadatadisplay-encoding-003 Invalid Encoding: ISO-8859-1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-invalid-mustignore c21f201f6a1751e6a50b081abbb0798c896c8e29 `Tal Leming`<http://typesupply.com> The xml encoding is set to ISO-8859-1.
metadatadisplay-encoding-004 Implied UTF-8 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 2e8193bf59f91414b9353055c475d4667c5ab4bc `Tal Leming`<http://typesupply.com> The xml encoding is not declared and there is no BOM.
metadatadisplay-encoding-005 UTF-8 BOM font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect fa418f83296b190d6258c3b2670911185840f3e4 `Tal Leming`<http://typesupply.com> The xml encoding is not declared and there is a UTF-8 BOM.
metadatadisplay-encoding-006 Invalid Encoding: UTF-8 BOM font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-invalid-mustignore 6bc1763dfc6bff8088cd25b9991d5594db1d6ac8 `Tal Leming`<http://typesupply.com> The xml encoding is not declared and there is a UTF-16 BOM.
metadatadisplay-metaOrigLength-001 Decompressed Metadata Length Less Than metaOrigLength font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metaOrigLength 42df8145ff4174655c554dfb7620100840821663 `Tal Leming`<http://typesupply.com> The metadata decompresses to a length that is 1 byte smaller than the length defined in metaOrigLength
metadatadisplay-metaOrigLength-002 Decompressed Metadata Length Greater Than metaOrigLength font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metaOrigLength 9e5298f7166515a2dc7bc728d8268adc40a52e6d `Tal Leming`<http://typesupply.com> The metadata decompresses to a length that is 1 byte greater than the length defined in metaOrigLength
metadatadisplay-schema-copyright-001 Valid copyright Element With One No Language Tagged text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 609bf3331d27b45588bc5d8a5b262c153148ee29 `Tal Leming`<http://typesupply.com> The copyright element matches the schema. It contains one text element that does not have a language tag.
metadatadisplay-schema-copyright-002 Valid copyright Element With One Language Tagged text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 9391dedf78879fbd92f9c3778ae0de50185d6016 `Tal Leming`<http://typesupply.com> The copyright element matches the schema. It contains one text element that has a language tag.
metadatadisplay-schema-copyright-003 Valid copyright Element With One Language Tagged (using lang) text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect e1ff87844cdcc449447e5bdca25a25e4bc0c96a4 `Tal Leming`<http://typesupply.com> The copyright element matches the schema. It contains one text element that has a language tag using the lang tag instead of xml:lang.
metadatadisplay-schema-copyright-004 Valid copyright Element With Mixed text Element Language Tags 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 4078cb5cea15a18ebe3d67f9e95ce52d0135529d `Tal Leming`<http://typesupply.com> The copyright element matches the schema. One text element does not have a language tag. One text element has a language tag.
metadatadisplay-schema-copyright-005 Valid copyright Element With Mixed text Element Language Tags 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect ae7b5175fe4d3da67ca0a5afc4bccb93b2dbd09c `Tal Leming`<http://typesupply.com> The copyright element matches the schema. Two text elements have a language tags.
metadatadisplay-schema-copyright-006 More Than One copyright Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 70a1e22814d1481141b9a53e33f6e1c5d01f1e2e `Tal Leming`<http://typesupply.com> The copyright element occurs more than once.
metadatadisplay-schema-copyright-007 No text Element in copyright Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 2f5288ce6ad37f173115061818e178002a7e1471 `Tal Leming`<http://typesupply.com> The copyright element does not contain a text child element.
metadatadisplay-schema-copyright-008 Unknown Attribute in copyright Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 225c483b1e2e9643ffa412e5ec8ff4662720d853 `Tal Leming`<http://typesupply.com> The copyright element contains an unknown attribute.
metadatadisplay-schema-copyright-009 Unknown Child Element in copyright Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore bd271c7ed8a8d6a2820ea73693490993f0f897fc `Tal Leming`<http://typesupply.com> The copyright element contains an unknown child element.
metadatadisplay-schema-copyright-010 Content in copyright Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 8ea8306b1a6ad6391f017c160398815d070e93d0 `Tal Leming`<http://typesupply.com> The copyright element contains content.
metadatadisplay-schema-copyright-011 Valid copyright Element With dir Attribute in text Element 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 79d5c91c734395d7464694c359d9ce77008249b9 `Tal Leming`<http://typesupply.com> The copyright element contains a text element with ltr as the value for the dir attribute.
metadatadisplay-schema-copyright-012 Valid copyright Element With dir Attribute in text Element 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 39a32b0f6a0bfd366248bffbacb87c9882c3b1bd `Tal Leming`<http://typesupply.com> The copyright element contains a text element with rtl as the value for the dir attribute.
metadatadisplay-schema-copyright-013 Invalid copyright Element With dir Attribute in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore a3809cfe37a4d097024eb5f2b0930cfc666b5006 `Tal Leming`<http://typesupply.com> The copyright element contains a text element with INVALID as the value for the dir attribute.
metadatadisplay-schema-copyright-014 Valid copyright Element With class Attribute in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 1ce061a91e1dbabb47b1a1635e94d175400a37f8 `Tal Leming`<http://typesupply.com> The copyright element contains a text element with "class1 class2 class3" as the value for the class attribute.
metadatadisplay-schema-copyright-015 Unknown Attribute in copyright Element text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 08134d4069158fb197e0804d0436d4dab94df7a8 `Tal Leming`<http://typesupply.com> The copyright element contains a text element with an unknown attribute.
metadatadisplay-schema-copyright-016 Unknown Child Element in copyright Element text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 1626eb6e4681cb9488160c37994f2b31fdc710e2 `Tal Leming`<http://typesupply.com> The copyright element contains a text element with an unknown child element.
metadatadisplay-schema-copyright-017 Valid copyright Element With One div Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect e11a9ebcd76c3db253d9efa65c5d5ad34dc654ff `Tal Leming`<http://typesupply.com> The copyright element contains a text element that contains a div element.
metadatadisplay-schema-copyright-018 Valid copyright Element With Nested div Elements in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 9aadd8cc6885bcec66264ae51c68c4002d3f07a3 `Tal Leming`<http://typesupply.com> The copyright element contains a text element that contains nested div elements.
metadatadisplay-schema-copyright-019 Valid copyright Element With Two div Elements in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 22b805e84ec1d3aef920da2a18066ba20e0cdc27 `Tal Leming`<http://typesupply.com> The copyright element contains a text element that contains two div elements.
metadatadisplay-schema-copyright-020 Valid copyright Element With dir Attribute in div Element in text Element 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 0ed233eaa08ea1f6a62c514883ac2c0778d1e9aa `Tal Leming`<http://typesupply.com> The copyright element contains a text element that contains a div element with ltr as the value for the dir attribute.
metadatadisplay-schema-copyright-021 Valid copyright Element With dir Attribute in div Element in text Element 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect f5b1794dfbc3b88599fd2103c4fb8698aa3dc279 `Tal Leming`<http://typesupply.com> The copyright element contains a text element that contains a div element with rtl as the value for the dir attribute.
metadatadisplay-schema-copyright-022 Invalid copyright Element With dir Attribute in div Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 037d73bc1ef8e3b4c83378d4f79e3114d9e370c4 `Tal Leming`<http://typesupply.com> The copyright element contains a text element that contains a div element with INVALID as the value for the dir attribute.
metadatadisplay-schema-copyright-023 Valid copyright Element With class Attribute in div Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect d65c6cac84478d4b34c65e2eac296d21daa30d6a `Tal Leming`<http://typesupply.com> The copyright element contains a text element that contains a div element with "class1 class2 class3" as the value for the class attribute.
metadatadisplay-schema-copyright-024 Valid copyright Element With One span Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect c26197caa494e73b48a9b90a277b8e7c3cf47f39 `Tal Leming`<http://typesupply.com> The copyright element contains a text element that contains a span element.
metadatadisplay-schema-copyright-025 Valid copyright Element With Two span Elements in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 0170fea27ae1d848bffe549196039abe98c714b2 `Tal Leming`<http://typesupply.com> The copyright element contains a text element that contains two span elements.
metadatadisplay-schema-copyright-026 Valid copyright Element With Nested span Elements in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect c2b6089f427408713c07248a27c66bb99abc8bf9 `Tal Leming`<http://typesupply.com> The copyright element contains a text element that contains nested span elements.
metadatadisplay-schema-copyright-027 Valid copyright Element With dir Attribute in span Element in text Element 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 740c9d9f580514c549310f6c64e48cb5a839df6c `Tal Leming`<http://typesupply.com> The copyright element contains a text element that contains a span element with ltr as the value for the dir attribute.
metadatadisplay-schema-copyright-028 Valid copyright Element With dir Attribute in span Element in text Element 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 2bbd88be98a4f86eb1bbc6d4c5763c9bca2088db `Tal Leming`<http://typesupply.com> The copyright element contains a text element that contains a span element with rtl as the value for the dir attribute.
metadatadisplay-schema-copyright-029 Invalid copyright Element With dir Attribute in span Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 4c82c91b4d8c9581a9ec8432e1aa3e36614349a8 `Tal Leming`<http://typesupply.com> The copyright element contains a text element that contains a span element with INVALID as the value for the dir attribute.
metadatadisplay-schema-copyright-030 Valid copyright Element With class Attribute in span Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 2869342ffe6a0a54057e92ea4d43c73f9fe4c8b1 `Tal Leming`<http://typesupply.com> The copyright element contains a text element that contains a span element with "class1 class2 class3" as the value for the class attribute.
metadatadisplay-schema-credit-001 Valid credit Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 4a36ff9633b78b05fcf5b9e3c3c427db666069d9 `Tal Leming`<http://typesupply.com> The credit element matches the schema.
metadatadisplay-schema-credit-002 Valid credit Element Without url Attribute font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 9269da99694f23c9ebcd3abb1621be4b81f0ca6a `Tal Leming`<http://typesupply.com> The credit element does not contain a url attribute but it still matches the schema.
metadatadisplay-schema-credit-003 Valid credit Element Without role Attribute font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 035811b37c2a152bd335f62442e263957433e13d `Tal Leming`<http://typesupply.com> The credit element does not contain a role attribute but it still matches the schema.
metadatadisplay-schema-credit-004 No name attribute in credit Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore ab5da998b438f39d71ab9a409bfabb4e2a9e05db `Tal Leming`<http://typesupply.com> The credit element does not contain a name attribute.
metadatadisplay-schema-credit-005 Valid dir Attribute in credit Element 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect c05b3b684477740f7bbe4ba1009ef177c008fd07 `Tal Leming`<http://typesupply.com> The credit element contains ltr as the value for the dir attribute.
metadatadisplay-schema-credit-006 Valid dir Attribute in credit Element 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 6a810b11419c30c93dab5eaa84f7e2a6fe6fdd8f `Tal Leming`<http://typesupply.com> The credit element contains rtl as the value for the dir attribute.
metadatadisplay-schema-credit-007 Invalid dir Attribute in credit Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore e45dfacf78fe98b29c9f585643bc91a54d5ccb27 `Tal Leming`<http://typesupply.com> The credit element contains INVALID as the value for the dir attribute.
metadatadisplay-schema-credit-008 Valid class Attribute in credit Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 2f352ceb1e3c2a1f3962f915994c3eba745a862e `Tal Leming`<http://typesupply.com> The credit element contains "class1 class2 class3" as the value for the class attribute.
metadatadisplay-schema-credit-009 Unknown attribute in credit Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 639f41a22f1d70ead83335e6089dec5ec03fcefc `Tal Leming`<http://typesupply.com> The credit element contains an unknown attribute.
metadatadisplay-schema-credit-010 Child Element in credit Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore a0c14805a1aa5dd9f4d725a1b6c71101d9bbc0ab `Tal Leming`<http://typesupply.com> The credit element contains a child element.
metadatadisplay-schema-credit-011 Content in credit Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 139ff89ed3bba7f9f59fdbe395988cef463a440e `Tal Leming`<http://typesupply.com> The credit element contains content.
metadatadisplay-schema-credits-001 Valid credits Element With No Language Attribute And A Single credit Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect d0af9a896577ac63035d96dee51f576459eef624 `Tal Leming`<http://typesupply.com> The credits element matches the schema and it contains one credit child element.
metadatadisplay-schema-credits-002 Valid credits Element With Two credit Elements font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 7937e65b014fe0444cfa1cf0a8fb2826f81abe5c `Tal Leming`<http://typesupply.com> The credits element matches the schema and it contains two credit child elements.
metadatadisplay-schema-credits-003 No credit Element in credits Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 8714e5a2c0cff63971be23204dfb5b3069ab6463 `Tal Leming`<http://typesupply.com> The credits element does not contain a credit child element.
metadatadisplay-schema-credits-004 Unknown Attribute in credits Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 40bf11bf73573e5767eb84a819b22ad2525d9342 `Tal Leming`<http://typesupply.com> The credits element contains an unknown attribute.
metadatadisplay-schema-credits-005 Unknown Child Element in credits Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore ac3888bf7923879b4dbcd95d48ec263425b0e02d `Tal Leming`<http://typesupply.com> The credits element contains an unknown child element.
metadatadisplay-schema-credits-006 Content in credits Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 69267ff8cc970e850b416ff44ae01ebc3724e6b4 `Tal Leming`<http://typesupply.com> The credits element contains an content.
metadatadisplay-schema-credits-007 Multiple credits Elements font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore a0bcd7d31eb928b7fd0ec5bf49b9bf86367849b9 `Tal Leming`<http://typesupply.com> The credits element occurs more than once.
metadatadisplay-schema-description-001 Valid description Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect ef550f6c030814a476089ae43516fd27d6a0ba81 `Tal Leming`<http://typesupply.com> The description element matches the schema.
metadatadisplay-schema-description-002 Valid description Element Without url Attribute font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 0f8c6cffc486aa3b4d41089da4d6edf73ca7e3b7 `Tal Leming`<http://typesupply.com> The description element does not contain a url attribute but it still matches the schema.
metadatadisplay-schema-description-003 Valid description Element With One No Language Tagged text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 4800aba0edd2d271c1684a9a1beca3b8b287723e `Tal Leming`<http://typesupply.com> The description element matches the schema. It contains one text element that does not have a language tag.
metadatadisplay-schema-description-004 Valid description Element With One Language Tagged text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 5e8d762c9fac8609c0f9ea339e81b73c5740fba5 `Tal Leming`<http://typesupply.com> The description element matches the schema. It contains one text element that has a language tag.
metadatadisplay-schema-description-005 Valid description Element With One Language Tagged (using lang) text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect f8d1e2e19704792c13cb2499898ec7f03d59469a `Tal Leming`<http://typesupply.com> The description element matches the schema. It contains one text element that has a language tag using the lang tag instead of xml:lang.
metadatadisplay-schema-description-006 Valid description Element With Mixed text Element Language Tags 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 3c6bb7c329ae4bc452bb934751a48c73d1165735 `Tal Leming`<http://typesupply.com> The description element matches the schema. One text element does not have a language tag. One text element has a language tag.
metadatadisplay-schema-description-007 Valid description Element With Mixed text Element Language Tags 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect fa45a487abeace0286195c68f52dc5b0bcab5a0a `Tal Leming`<http://typesupply.com> The description element matches the schema. Two text elements have a language tags.
metadatadisplay-schema-description-008 More Than One description Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 84ec8ec8aed4351ffc4b89458c9dc6c826848881 `Tal Leming`<http://typesupply.com> The description element occurs more than once.
metadatadisplay-schema-description-009 No text Element in description Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 747ff0b59b8a626cf2858c1dcd7352d91dd01016 `Tal Leming`<http://typesupply.com> The description element does not contain a text child element.
metadatadisplay-schema-description-010 Unknown Attribute in description Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 7fb69bd39a6b7c864527696150ff23beb8de3f58 `Tal Leming`<http://typesupply.com> The description element contains an unknown attribute.
metadatadisplay-schema-description-011 Unknown Child Element in description Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore e2b3cf3db1bd42fa8cecd6209a66efdd1cc7d1e6 `Tal Leming`<http://typesupply.com> The description element contains an unknown child element.
metadatadisplay-schema-description-012 Content in description Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 855ddb8cf6d26fd33767757f47a8ca1085d97208 `Tal Leming`<http://typesupply.com> The description element contains content.
metadatadisplay-schema-description-013 Valid description Element With dir Attribute in text Element 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect cf6c19a7d3495f5f764f805d94841f6da44abca8 `Tal Leming`<http://typesupply.com> The description element contains a text element with ltr as the value for the dir attribute.
metadatadisplay-schema-description-014 Valid description Element With dir Attribute in text Element 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 88264ce05f9283fee2077076fb53db433b48005b `Tal Leming`<http://typesupply.com> The description element contains a text element with rtl as the value for the dir attribute.
metadatadisplay-schema-description-015 Invalid description Element With dir Attribute in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore f58e5c06c8c1ca387efc54887e1c6b3fbd846ec1 `Tal Leming`<http://typesupply.com> The description element contains a text element with INVALID as the value for the dir attribute.
metadatadisplay-schema-description-016 Valid description Element With class Attribute in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect f46c01bb1e0d08645791d0f15e2a7365d4aa8cb1 `Tal Leming`<http://typesupply.com> The description element contains a text element with "class1 class2 class3" as the value for the class attribute.
metadatadisplay-schema-description-017 Unknown Attribute in description Element text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 37542bf847042b49c538da95542510acdebfc0ea `Tal Leming`<http://typesupply.com> The description element contains a text element with an unknown attribute.
metadatadisplay-schema-description-018 Unknown Child Element in description Element text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 296a0a674f2aa3230ac95a9f456e8080bc44749f `Tal Leming`<http://typesupply.com> The description element contains a text element with an unknown child element.
metadatadisplay-schema-description-019 Valid description Element With One div Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 835edf3d02ef78bc7ac9f867e88a12029f44a63b `Tal Leming`<http://typesupply.com> The description element contains a text element that contains a div element.
metadatadisplay-schema-description-020 Valid description Element With Two div Elements in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect dc72c2d5555f5f27f11396883c632a5400285243 `Tal Leming`<http://typesupply.com> The description element contains a text element that contains two div elements.
metadatadisplay-schema-description-021 Valid description Element With Nested div Elements in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect b0215eb41eab29655f72454515c974f70a010d47 `Tal Leming`<http://typesupply.com> The description element contains a text element that contains nested div elements.
metadatadisplay-schema-description-022 Valid description Element With dir Attribute in div Element in text Element 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 6e4d9ece6c384f21047fd7e9ed30d038f9b46937 `Tal Leming`<http://typesupply.com> The description element contains a text element that contains a div element with ltr as the value for the dir attribute.
metadatadisplay-schema-description-023 Valid description Element With dir Attribute in div Element in text Element 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect c4710e3c7499efd464361d78fa42a7c793c35e2c `Tal Leming`<http://typesupply.com> The description element contains a text element that contains a div element with rtl as the value for the dir attribute.
metadatadisplay-schema-description-024 Invalid description Element With dir Attribute in div Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 5a11e3769e27a46f88a5d882dda1d077c522fee5 `Tal Leming`<http://typesupply.com> The description element contains a text element that contains a div element with INVALID as the value for the dir attribute.
metadatadisplay-schema-description-025 Valid description Element With class Attribute in div Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect fc94beb95421e75c7a7efac82ad120f46bdba8e7 `Tal Leming`<http://typesupply.com> The description element contains a text element that contains a div element with "class1 class2 class3" as the value for the class attribute.
metadatadisplay-schema-description-026 Valid description Element With One span Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 39f99be895846be5c325c9d6ecf573e65461a6e3 `Tal Leming`<http://typesupply.com> The description element contains a text element that contains a span element.
metadatadisplay-schema-description-027 Valid description Element With Two span Elements in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect d3b3ad48cf6becb3e876dc5d2f929e7afbe35abc `Tal Leming`<http://typesupply.com> The description element contains a text element that contains two span elements.
metadatadisplay-schema-description-028 Valid description Element With Nested span Elements in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 87e46fb039fb21ce7239979c8259d245bda69edc `Tal Leming`<http://typesupply.com> The description element contains a text element that contains nested span elements.
metadatadisplay-schema-description-029 Valid description Element With dir Attribute in span Element in text Element 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 63ac1423fa9a2d78f5aab082a2579396f316354d `Tal Leming`<http://typesupply.com> The description element contains a text element that contains a span element with ltr as the value for the dir attribute.
metadatadisplay-schema-description-030 Valid description Element With dir Attribute in span Element in text Element 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect c92b6112661a3d620bcf71485ad1a353ec0a04e4 `Tal Leming`<http://typesupply.com> The description element contains a text element that contains a span element with rtl as the value for the dir attribute.
metadatadisplay-schema-description-031 Invalid description Element With dir Attribute in span Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore ac31f996038c8d54f4dfd7a8a4c1441f2d4cef9d `Tal Leming`<http://typesupply.com> The description element contains a text element that contains a span element with INVALID as the value for the dir attribute.
metadatadisplay-schema-description-032 Valid description Element With class Attribute in span Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect a671cf7e87d853cb9a0cf21fa7ec72dfa8f7185d `Tal Leming`<http://typesupply.com> The description element contains a text element that contains a span element with "class1 class2 class3" as the value for the class attribute.
metadatadisplay-schema-extension-001 Valid extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 05c8e7b659b384b34ee561109dd3e6c98f94326a `Tal Leming`<http://typesupply.com> The extension element matches the schema.
metadatadisplay-schema-extension-002 Two Valid extension Elements font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 554bb0ee137d894ac84bdbb675ec7c631f02ff56 `Tal Leming`<http://typesupply.com> Two extension elements match the schema.
metadatadisplay-schema-extension-003 Valid extension Element Without id Attribute font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 6352c3ad6de1da8e2c02b18de5c833403e11b212 `Tal Leming`<http://typesupply.com> The extension element does not have an id attribute but it still matches the schema.
metadatadisplay-schema-extension-004 Valid extension Element Without name Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect cc37c18713d9489f625a00db0b68005b547963cc `Tal Leming`<http://typesupply.com> The extension element does not have a name child element but it still matches the schema.
metadatadisplay-schema-extension-005 Valid extension Element With Two name Elements 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 789d4391df72ba55d54c4f9295b40e1f69ca1a8d `Tal Leming`<http://typesupply.com> The extension element contains one name element without a lang attribute and another with a lang attribute.
metadatadisplay-schema-extension-006 Valid extension Element With Two name Elements 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect d68530c8100e1cb51a9e78df3237efa4a9e7233f `Tal Leming`<http://typesupply.com> The extension element contains two name elements with lang attributes.
metadatadisplay-schema-extension-007 Valid extension Element With Two item Elements font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 4b57e73be1f52487ca185a910c0ebf52f67f0426 `Tal Leming`<http://typesupply.com> The extension element contains two item child elements.
metadatadisplay-schema-extension-008 No item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 96fbcae49cb318a7b9cc630a7a866a662b6e4bc3 `Tal Leming`<http://typesupply.com> The extension element does not contain an item child element.
metadatadisplay-schema-extension-009 Unknown Attribute in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore ab346eb8c794edde6d47c3af8751a0002bad466e `Tal Leming`<http://typesupply.com> The extension element contains an unknown attribute.
metadatadisplay-schema-extension-010 Unknown Child Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 32c8c03df6bfbf8bf082b03239e4005a144cc541 `Tal Leming`<http://typesupply.com> The extension element contains an unknown child element.
metadatadisplay-schema-extension-011 Content in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore f4fa7d2f260d010cad423bd61d65d374c4da40c0 `Tal Leming`<http://typesupply.com> The extension element contains content.
metadatadisplay-schema-extension-012 Valid name Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 9132203b4d8a6b4d9063af20e7f73cdfc15245ea `Tal Leming`<http://typesupply.com> The name element in the extension element matches the schema.
metadatadisplay-schema-extension-013 Valid name Element With xml:lang Attribute in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 1afef7b2bb5d6fa99bde2421671dce1ca7ccf2a1 `Tal Leming`<http://typesupply.com> The name element in the extension element contains a xml:lang attribute and it matches the schema.
metadatadisplay-schema-extension-014 Valid name Element With lang Attribute in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect edd56e288029bb63f3cf18ca6db1e23271b97342 `Tal Leming`<http://typesupply.com> The name element in the extension element contains a lang attribute and it matches the schema.
metadatadisplay-schema-extension-015 Valid name Element With dir Attribute in extension Element 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 5f91005fe5a3897a6d4f4198f7d649652616b095 `Tal Leming`<http://typesupply.com> The name element in the extension element has ltr as the value for the dir attribute.
metadatadisplay-schema-extension-016 Valid name Element With dir Attribute in extension Element 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 3ea4b6a91108f4306cff957721b4b2edea6d4631 `Tal Leming`<http://typesupply.com> The name element in the extension element has rtl as the value for the dir attribute.
metadatadisplay-schema-extension-017 Invalid name Element With dir Attribute in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 9daa43e10260691fe62f3f9e5f9e9f8312b415ef `Tal Leming`<http://typesupply.com> The name element in the extension element has INVALID as the value for the dir attribute.
metadatadisplay-schema-extension-018 Valid name Element With class Attribute in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect bd5011b80b1e49a79a392e64586284329430aa8d `Tal Leming`<http://typesupply.com> The name element in the extension element has "class1 class2 class3" as the value for the class attribute.
metadatadisplay-schema-extension-019 Unknown Attribute in name Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore b435e6f69aaaf057759dc351a21c9b799cfc5b41 `Tal Leming`<http://typesupply.com> The name element in the extension element contains an unknown attribute.
metadatadisplay-schema-extension-020 Child Element in name Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore a61de7dead5d5b4135a8daf98fb3ef2257ca862b `Tal Leming`<http://typesupply.com> The name element in the extension element contains a child element.
metadatadisplay-schema-extension-021 Valid item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect de33843512a9d3bb6559eb83d6364eaf04a341c4 `Tal Leming`<http://typesupply.com> The item element in the extension element matches the schema.
metadatadisplay-schema-extension-022 Valid item Element With Multiple Languages in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 1e6de4006e7cd39c57f156a60e543a5949d64c18 `Tal Leming`<http://typesupply.com> The item element in the extension element contains a variety of languages.
metadatadisplay-schema-extension-023 Valid item Element Without id Attribute in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect fa0449c391748115022297eb7c6bd1670421e2ec `Tal Leming`<http://typesupply.com> The item element in the extension element does not contain an id attribute but it still matches the schema.
metadatadisplay-schema-extension-024 Valid item Element With Two name Elements in extension Element 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 62d88a06525bd574c6d8d670a3ccf0c474ffc84f `Tal Leming`<http://typesupply.com> The item element in the extension element contains one name child element with no lang attribute and one with a lang attribute.
metadatadisplay-schema-extension-025 Valid item Element With Two name Elements in extension Element 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 7b9f58f43696679657f9cbd0d18ad6319f53f3cd `Tal Leming`<http://typesupply.com> The item element in the extension element contains two name child elements with lang attributes.
metadatadisplay-schema-extension-026 Valid item Element With Two value Elements in extension Element 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 210e6b4bb04c561627a348ac9db6774aeee446b0 `Tal Leming`<http://typesupply.com> The item element in the extension element contains one value child element with no lang attribute and one with a lang attribute.
metadatadisplay-schema-extension-027 Valid item Element With Two value Elements in extension Element 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect eff28e7246750b1cae320a18415469f80c57ae13 `Tal Leming`<http://typesupply.com> The item element in the extension element contains two value child elements with lang attributes.
metadatadisplay-schema-extension-028 No name Element in item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore d8a827cfa286004d14f64f20744854a0ac56aed9 `Tal Leming`<http://typesupply.com> The item element in the extension element does not contain a name child element.
metadatadisplay-schema-extension-029 No value Element in item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 189ada156997c5b5c53ce170dd0c386ac30f6396 `Tal Leming`<http://typesupply.com> The item element in the extension element does not contain a value child element.
metadatadisplay-schema-extension-030 Unknown Attribute in item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore fbed898485799eba8a896327e0daac8202541325 `Tal Leming`<http://typesupply.com> The item element in the extension element contains an unknown attribute.
metadatadisplay-schema-extension-031 Unknown Child Element in item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore b65eeb120c9f6a8209dcfc20e5d6130d536db9d0 `Tal Leming`<http://typesupply.com> The item element in the extension element contains an unknown child element.
metadatadisplay-schema-extension-032 Content in item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 006f5807401aab3101e7f7410e7873d6086d2a4b `Tal Leming`<http://typesupply.com> The item element in the extension element contains content.
metadatadisplay-schema-extension-033 Valid name Element in item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect dbda24ffb64397d85de9546db72ac4a760251fe2 `Tal Leming`<http://typesupply.com> The name element in the item element in the extension element matches the schema.
metadatadisplay-schema-extension-034 Valid name Element With xml:lang Attribute in item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 95ac943b6596291ec904048a950e78667e2dc044 `Tal Leming`<http://typesupply.com> The name element in the item element in the extension element contains a xml:lang attribute and it matches the schema.
metadatadisplay-schema-extension-035 Valid name Element With lang Attribute in item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect aeaf09656d7b7bfe2ed8cebb2ba2edf3282db18c `Tal Leming`<http://typesupply.com> The name element in the item element in the extension element contains a lang attribute and it matches the schema.
metadatadisplay-schema-extension-036 Valid name Element With dir Attribute in item Element in extension Element 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 98b606ad9522aaffbebfe0593c53113105405eeb `Tal Leming`<http://typesupply.com> The name element in the item element in the extension element has ltr as the value for the dir attribute.
metadatadisplay-schema-extension-037 Valid name Element With dir Attribute in item Element in extension Element 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect f5b8b9dd9707654dadca03b32b639bcd047bdd4f `Tal Leming`<http://typesupply.com> The name element in the item element in the extension element has rtl as the value for the dir attribute.
metadatadisplay-schema-extension-038 Invalid name Element With dir Attribute in item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 49c0617311b93dc296d69f6124db1415fc8ae325 `Tal Leming`<http://typesupply.com> The name element in the item element in the extension element has INVALID as the value for the dir attribute.
metadatadisplay-schema-extension-039 Valid name Element With class Attribute in item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 920be3a517c486f424536d634b072837ab32e731 `Tal Leming`<http://typesupply.com> The name element in the item element in the extension element has "class1 class2 class3" as the value for the class attribute.
metadatadisplay-schema-extension-040 Unknown Attribute in name Element in item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore a4288da3f96d602eeb1ff7a32a13ee27cccfd1e0 `Tal Leming`<http://typesupply.com> The name element in the item element in the extension element contains an unknown attribute.
metadatadisplay-schema-extension-041 Child Element in name Element in item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore f8a858bd7c1398e965bf202805404f8804478ed2 `Tal Leming`<http://typesupply.com> The name element in the item element in the extension element contains a child element.
metadatadisplay-schema-extension-042 Valid value Element in item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect c3983765aae4b6f2399d3907bdb9a1dd7fb01af7 `Tal Leming`<http://typesupply.com> The value element in the item element in the extension element matches the schema.
metadatadisplay-schema-extension-043 Valid value Element With xml:lang Attribute in item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect d80daa86806ae8428a785caf02e6a3ed3f4c6e85 `Tal Leming`<http://typesupply.com> The value element in the item element in the extension element contains a xml:lang attribute and it matches the schema.
metadatadisplay-schema-extension-044 Valid value Element With lang Attribute in item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 8d96dd62c670d17cf518c7323efa2004f0c0bb03 `Tal Leming`<http://typesupply.com> The value element in the item element in the extension element contains a lang attribute and it matches the schema.
metadatadisplay-schema-extension-045 Valid value Element With dir Attribute in item Element in extension Element 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect fdef12294a20deaad19463a7cb6298634608625f `Tal Leming`<http://typesupply.com> The value element in the item element in the extension element has ltr as the value for the dir attribute.
metadatadisplay-schema-extension-046 Valid value Element With dir Attribute in item Element in extension Element 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 58560288a60deea9bc38f4be052813e14a673985 `Tal Leming`<http://typesupply.com> The value element in the item element in the extension element has rtl as the value for the dir attribute.
metadatadisplay-schema-extension-047 Invalid value Element With dir Attribute in item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 1c3e416370bd48367a665acd5cc254835b109975 `Tal Leming`<http://typesupply.com> The value element in the item element in the extension element has INVALID as the value for the dir attribute.
metadatadisplay-schema-extension-048 Valid value Element With class Attribute in item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 7d0350abb2d604ddfae663bc187914615484a453 `Tal Leming`<http://typesupply.com> The value element in the item element in the extension element has "class1 class2 class3" as the value for the dir attribute.
metadatadisplay-schema-extension-049 Unknown Attribute in value Element in item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 730752f97b8f7d6c686bed618481c2d9da26522b `Tal Leming`<http://typesupply.com> The value element in the item element in the extension element contains an unknown attribute.
metadatadisplay-schema-extension-050 Child Element in value Element in item Element in extension Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 22e5c23f383d12b50e579bcb517af27b40605597 `Tal Leming`<http://typesupply.com> The value element in the item element in the extension element contains a child element.
metadatadisplay-schema-license-001 Valid license Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect a489012bf8969cec7a355f8525cf1290ae14324c `Tal Leming`<http://typesupply.com> The license element matches the schema.
metadatadisplay-schema-license-002 Valid license Element Without url Attribute font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 732bce6708ab98a7cd65bfa64f90c0182b49c430 `Tal Leming`<http://typesupply.com> The license element does not have a url attribute but it still matches the schema.
metadatadisplay-schema-license-003 Valid license Element Without id Attribute font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 4e9e9d9c04ba1e53db42473ac7fb1e3e72f101c6 `Tal Leming`<http://typesupply.com> The license element does not have an id attribute but it still matches the schema.
metadatadisplay-schema-license-004 Valid license Element With One No Language Tagged text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 64aeab849171277218d52eaf135399394c57ffbd `Tal Leming`<http://typesupply.com> The license element matches the schema. It contains one text element that does not have a language tag.
metadatadisplay-schema-license-005 Valid license Element With One Language Tagged text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect f74f7f7ddbd9278ed19dfa486a5d1b0f5e68f532 `Tal Leming`<http://typesupply.com> The license element matches the schema. It contains one text element that has a language tag.
metadatadisplay-schema-license-006 Valid license Element With One Language Tagged (using lang) text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 71e8421a74dbce54638789719b28ead4d67a8707 `Tal Leming`<http://typesupply.com> The license element matches the schema. It contains one text element that has a language tag using the lang tag instead of xml:lang.
metadatadisplay-schema-license-007 Valid license Element With Mixed text Element Language Tags 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect e8d913138f27c2298546222c984e2a0245f160f8 `Tal Leming`<http://typesupply.com> The license element matches the schema. One text element does not have a language tag. One text element has a language tag.
metadatadisplay-schema-license-008 Valid license Element With Mixed text Element Language Tags 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 2a0296591f5731747f63e9b5aeac28855fec5b81 `Tal Leming`<http://typesupply.com> The license element matches the schema. Two text elements have a language tags.
metadatadisplay-schema-license-009 More Than One license Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore d666b7506ed6a5133c78208a0714366c5480ef16 `Tal Leming`<http://typesupply.com> The license element occurs more than once.
metadatadisplay-schema-license-010 No text Element in license Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 2ecef98ebb26719864b33f685db86fe4a7d909fc `Tal Leming`<http://typesupply.com> The license element does not contain a text child element.
metadatadisplay-schema-license-011 Unknown Attribute in license Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore db2f4551f26d301fb7963259bdf1f3b385f11389 `Tal Leming`<http://typesupply.com> The license element contains an unknown attribute.
metadatadisplay-schema-license-012 Unknown Child Element in license Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 694a15e910b6e15008b5e9dc77010c11a2627778 `Tal Leming`<http://typesupply.com> The license element contains an unknown child element.
metadatadisplay-schema-license-013 Content in license Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 9450c04430d465f3202d17f4db86c64a6ad32533 `Tal Leming`<http://typesupply.com> The license element contains content.
metadatadisplay-schema-license-014 Valid license Element With dir Attribute in text Element 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect b4760313338069f2f67aa7416e180d9fd0a15752 `Tal Leming`<http://typesupply.com> The license element contains a text element with ltr as the value for the dir attribute.
metadatadisplay-schema-license-015 Valid license Element With dir Attribute in text Element 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 2f82ee3b44ce350af8ef38676eaf311670588e4d `Tal Leming`<http://typesupply.com> The license element contains a text element with rtl as the value for the dir attribute.
metadatadisplay-schema-license-016 Invalid license Element With dir Attribute in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 0b29273e7564e2472e149397b0062911437a9f1e `Tal Leming`<http://typesupply.com> The license element contains a text element with INVALID as the value for the dir attribute.
metadatadisplay-schema-license-017 Valid license Element With class Attribute in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 078a047f01aeecd078847ab10f92f600e3fc3cc9 `Tal Leming`<http://typesupply.com> The license element contains a text element with "class1 class2 class3" as the value for the class attribute.
metadatadisplay-schema-license-018 Unknown Attribute in license Element text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 8e3db1f805636a5d0b318c1e044488ae232e396e `Tal Leming`<http://typesupply.com> The license element contains a text element with an unknown attribute.
metadatadisplay-schema-license-019 Unknown Child Element in license Element text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 6a34614eea6c679ca8fa49f5b1aab15a5eb94510 `Tal Leming`<http://typesupply.com> The license element contains a text element with an unknown child element.
metadatadisplay-schema-license-020 Valid license Element With One div Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 1267ced1d57626c43483608b67eb333319e6e17e `Tal Leming`<http://typesupply.com> The license element contains a text element that contains a div element.
metadatadisplay-schema-license-021 Valid license Element With Two div Elements in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 993ddddb6cdd369e4b1a7d4ad7c65494203eca87 `Tal Leming`<http://typesupply.com> The license element contains a text element that contains two div elements.
metadatadisplay-schema-license-022 Valid license Element With Nested div Elements in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 3296c0fdb163235ebcb65ecfb7fa4c476a309b61 `Tal Leming`<http://typesupply.com> The license element contains a text element that contains nested div elements.
metadatadisplay-schema-license-023 Valid license Element With dir Attribute in div Element in text Element 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 2a89008fbc6008194ab38eed27c219a5ae1796e9 `Tal Leming`<http://typesupply.com> The license element contains a text element that contains a div element with ltr as the value for the dir attribute.
metadatadisplay-schema-license-024 Valid license Element With dir Attribute in div Element in text Element 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect db7ea845f04bd188b0aef6108a6fee40883195a7 `Tal Leming`<http://typesupply.com> The license element contains a text element that contains a div element with rtl as the value for the dir attribute.
metadatadisplay-schema-license-025 Invalid license Element With dir Attribute in div Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 39003afe997d200e515a197c244ef9bc82e6363e `Tal Leming`<http://typesupply.com> The license element contains a text element that contains a div element with INVALID as the value for the dir attribute.
metadatadisplay-schema-license-026 Valid license Element With class Attribute in div Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 155e12ce030d91afca35e1ae03c0e56a93ac74e1 `Tal Leming`<http://typesupply.com> The license element contains a text element that contains a div element with "class1 class2 class3" as the value for the class attribute.
metadatadisplay-schema-license-027 Valid license Element With One span Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 028ce4496fc41dfdf19927a5f9193b194303f86a `Tal Leming`<http://typesupply.com> The license element contains a text element that contains a span element.
metadatadisplay-schema-license-028 Valid license Element With Two span Elements in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 076c8219486c3fc515dbd105391021b5897741ba `Tal Leming`<http://typesupply.com> The license element contains a text element that contains two span elements.
metadatadisplay-schema-license-029 Valid license Element With Nested span Elements in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 477c25d69c69a006863bae58717fb7cfdce7b836 `Tal Leming`<http://typesupply.com> The license element contains a text element that contains nested span elements.
metadatadisplay-schema-license-030 Valid license Element With dir Attribute in span Element in text Element 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 803751ba72ac0b8cee19fc037164b0c998430ace `Tal Leming`<http://typesupply.com> The license element contains a text element that contains a span element with ltr as the value for the dir attribute.
metadatadisplay-schema-license-031 Valid license Element With dir Attribute in span Element in text Element 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect f97ab8af8f15a67947941b68dfa433513826c6ff `Tal Leming`<http://typesupply.com> The license element contains a text element that contains a span element with rtl as the value for the dir attribute.
metadatadisplay-schema-license-032 Invalid license Element With dir Attribute in span Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 1737688418a7b7668725bd42f0aa2b5850929250 `Tal Leming`<http://typesupply.com> The license element contains a text element that contains a span element with INVALID as the value for the dir attribute.
metadatadisplay-schema-license-033 Valid license Element With class Attribute in span Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 5e3d8fc90558e2fae27aa9db0214be06a1e4eca7 `Tal Leming`<http://typesupply.com> The license element contains a text element that contains a span element with "class1 class2 class3" as the value for the class attribute.
metadatadisplay-schema-licensee-001 Valid licensee Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect b355d4d585ab140867e7349db71b30b44797f5c4 `Tal Leming`<http://typesupply.com> The licensee element matches the schema.
metadatadisplay-schema-licensee-002 More Than One licensee Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore bc42e29c41e0dc64c3b05c6895134a1ddef8bbaa `Tal Leming`<http://typesupply.com> The licensee element occurs more than once.
metadatadisplay-schema-licensee-003 No name Attribute in licensee Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 3084e3aae2563a86626d563f5744f5d422925139 `Tal Leming`<http://typesupply.com> The licensee element does not contain the required name attribute.
metadatadisplay-schema-licensee-004 Valid licensee Element With dir Attribute 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 4dc4fccb597a30170390f57d6fd472fd1cf2e7d4 `Tal Leming`<http://typesupply.com> The licensee element has ltr as the value for the dir attribute.
metadatadisplay-schema-licensee-005 Valid licensee Element With dir Attribute 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 7ced39da670e77368b156fc8657d47f7bf6757cb `Tal Leming`<http://typesupply.com> The licensee element has rtl as the value for the dir attribute.
metadatadisplay-schema-licensee-006 Invalid licensee Element With dir Attribute font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 646dc2822928aee39424987910b715fc00670e37 `Tal Leming`<http://typesupply.com> The licensee element has INVALID as the value for the dir attribute.
metadatadisplay-schema-licensee-007 Valid licensee Element With class Attribute font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 880740ecaf5b7d5bae50981a10a3608f2c0e88d6 `Tal Leming`<http://typesupply.com> The licensee element has "class1 class2 class3" as the value for the class attribute.
metadatadisplay-schema-licensee-008 Unknown Attribute in licensee Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore f7754ff0ea26b322c13c214e2281e5f5d7a4c628 `Tal Leming`<http://typesupply.com> The licensee element occures more than once.
metadatadisplay-schema-licensee-009 Child Element in licensee Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 0a4e0cc3fd64ec920f0fe1e0cc17178c62771785 `Tal Leming`<http://typesupply.com> The licensee element contains a child element.
metadatadisplay-schema-licensee-010 Content in licensee Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 671b68215032d2795c5aa1e36343116a572424e8 `Tal Leming`<http://typesupply.com> The licensee element contains content.
metadatadisplay-schema-metadata-001 Valid metadata Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect e5de479be25716a201cfac32692a38eb981b23d4 `Tal Leming`<http://typesupply.com> The metadata element matches the schema.
metadatadisplay-schema-metadata-002 Top element is Not metadata font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore bcacdb17ec46d9d4da5f281017481ddc26463a5f `Tal Leming`<http://typesupply.com> The top element is "INVALID" instead of "metadata".
metadatadisplay-schema-metadata-003 No version Attribute in metadata Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 8bee1a8a0800e182e3fa1d401db4256da701335c `Tal Leming`<http://typesupply.com> The metadata element does not contain the required version attribute.
metadatadisplay-schema-metadata-004 Invalid version Attribute Value in metadata Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore da14c043faeaf56d7443f2c500575a630ed56a1b `Tal Leming`<http://typesupply.com> The metadata element version attribute is set to 'ABC'.
metadatadisplay-schema-metadata-005 Unknown Attrbute in metadata Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore e5e43302a8a8cc599d0a5d8faa36b5f3cdae4c1c `Tal Leming`<http://typesupply.com> The metadata element contains an unknown attribute.
metadatadisplay-schema-metadata-006 Unknown Child Element metadata Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore c6140efed7c9a4775b5058ed40d47b28062206dc `Tal Leming`<http://typesupply.com> The metadata element contains an unknown child element.
metadatadisplay-schema-trademark-001 Valid trademark Element With One No Language Tagged text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 1547d989143d862459ae1102855e3d0340f65e30 `Tal Leming`<http://typesupply.com> The trademark element matches the schema. It contains one text element that does not have a language tag.
metadatadisplay-schema-trademark-002 Valid trademark Element With One Language Tagged text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 84b4a752b91d2522b22339f71275a86daca634f8 `Tal Leming`<http://typesupply.com> The trademark element matches the schema. It contains one text element that has a language tag.
metadatadisplay-schema-trademark-003 Valid trademark Element With One Language Tagged (using lang) text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 4f263f432dcb09f3559678093e9c1f32c230549e `Tal Leming`<http://typesupply.com> The trademark element matches the schema. It contains one text element that has a language tag using the lang tag instead of xml:lang.
metadatadisplay-schema-trademark-004 Valid trademark Element With Mixed text Element Language Tags 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect f69c7fa61d81b2498fb08ed0adc21d4083a9afd7 `Tal Leming`<http://typesupply.com> The trademark element matches the schema. One text element does not have a language tag. One text element has a language tag.
metadatadisplay-schema-trademark-005 Valid trademark Element With Mixed text Element Language Tags 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect d0276b3f5defa2b16a89f3031d05f91848669995 `Tal Leming`<http://typesupply.com> The trademark element matches the schema. Two text elements have a language tags.
metadatadisplay-schema-trademark-006 More Than One trademark Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore d49efc9217342d8b0666670b2c0867fe004fc2bb `Tal Leming`<http://typesupply.com> The trademark element occurs more than once.
metadatadisplay-schema-trademark-007 No text Element in trademark Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 81165b9bd9e16d1cbf4ce0afb404aa525f56f8aa `Tal Leming`<http://typesupply.com> The trademark element does not contain a text child element.
metadatadisplay-schema-trademark-008 Unknown Attribute in trademark Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 474225a16e8982ebca7ac13b0180e80bffae53a0 `Tal Leming`<http://typesupply.com> The trademark element contains an unknown attribute.
metadatadisplay-schema-trademark-009 Unknown Child Element in trademark Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 0b83a416361d2c0e45ae003625a4ca8d3bb3dbf6 `Tal Leming`<http://typesupply.com> The trademark element contains an unknown child element.
metadatadisplay-schema-trademark-010 Content in trademark Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 0f608dd7debcb40e5a4b5839020ed3384c1d2afa `Tal Leming`<http://typesupply.com> The trademark element contains content.
metadatadisplay-schema-trademark-011 Valid trademark Element With dir Attribute in text Element 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 0904c665e72158ccb39c9b577e66a94e0ffa13dc `Tal Leming`<http://typesupply.com> The trademark element contains a text element with ltr as the value for the dir attribute.
metadatadisplay-schema-trademark-012 Valid trademark Element With dir Attribute in text Element 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 26dda15a98e7bcdd5fce3b63e4135748e463651a `Tal Leming`<http://typesupply.com> The trademark element contains a text element with rtl as the value for the dir attribute.
metadatadisplay-schema-trademark-013 Invalid trademark Element With dir Attribute in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore c9e2aef30f841e9e317427e3193edaedf92fb241 `Tal Leming`<http://typesupply.com> The trademark element contains a text element with INVALID as the value for the dir attribute.
metadatadisplay-schema-trademark-014 Valid trademark Element With class Attribute in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect e43ac4b75d86c47091fc263f3282453727c32940 `Tal Leming`<http://typesupply.com> The trademark element contains a text element with "class1 class2 class3" as the value for the class attribute.
metadatadisplay-schema-trademark-015 Unknown Attribute in trademark Element text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 0d3c112108635b205556af952f61ed580bb4a8ab `Tal Leming`<http://typesupply.com> The trademark element contains a text element with an unknown attribute.
metadatadisplay-schema-trademark-016 Unknown Child Element in trademark Element text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 1c6aed8f888beb44353f522cf0368036044655b0 `Tal Leming`<http://typesupply.com> The trademark element contains a text element with an unknown child element.
metadatadisplay-schema-trademark-017 Valid trademark Element With One div Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 4e4610912a905c17d55b3597d62e254a0ac80fd8 `Tal Leming`<http://typesupply.com> The trademark element contains a text element that contains a div element.
metadatadisplay-schema-trademark-018 Valid trademark Element With Two div Elements in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 3b6c3d69157874fbd5c67e7ff30ed497f1dbf9ab `Tal Leming`<http://typesupply.com> The trademark element contains a text element that contains two div elements.
metadatadisplay-schema-trademark-019 Valid trademark Element With Nested div Elements in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 02d544019a91abe5a750c68dcfa2d1f2a0f9f88f `Tal Leming`<http://typesupply.com> The trademark element contains a text element that contains nested div elements.
metadatadisplay-schema-trademark-020 Valid trademark Element With dir Attribute in div Element in text Element 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 62636236f96ce6eb91fe14520fb00475a15e8f05 `Tal Leming`<http://typesupply.com> The trademark element contains a text element that contains a div element with ltr as the value for the dir attribute.
metadatadisplay-schema-trademark-021 Valid trademark Element With dir Attribute in div Element in text Element 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect b78f2d6a197c5e619e8eeae210bea362ace21247 `Tal Leming`<http://typesupply.com> The trademark element contains a text element that contains a div element with rtl as the value for the dir attribute.
metadatadisplay-schema-trademark-022 Invalid trademark Element With dir Attribute in div Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore e84d3bb12234cafcc7ca45fb91753ceb93be07c5 `Tal Leming`<http://typesupply.com> The trademark element contains a text element that contains a div element with INVALID as the value for the dir attribute.
metadatadisplay-schema-trademark-023 Valid trademark Element With class Attribute in div Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 69ab7ee039008ca41e06ac3f3ee5c4dd9a879cec `Tal Leming`<http://typesupply.com> The trademark element contains a text element that contains a div element with "class1 class2 class3" as the value for the class attribute.
metadatadisplay-schema-trademark-024 Valid trademark Element With One span Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 6c74f7a026ef7c1bd575626d49203396ab03346f `Tal Leming`<http://typesupply.com> The trademark element contains a text element that contains a span element.
metadatadisplay-schema-trademark-025 Valid trademark Element With Two span Elements in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 3eda6da7bfb54d916eafbe38c982bc9b33a5e482 `Tal Leming`<http://typesupply.com> The trademark element contains a text element that contains two span elements.
metadatadisplay-schema-trademark-026 Valid trademark Element With Nested span Elements in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 87f35155d7c182bac075671d77cc15bda16633f9 `Tal Leming`<http://typesupply.com> The trademark element contains a text element that contains nested span elements.
metadatadisplay-schema-trademark-027 Valid trademark Element With dir Attribute in span Element in text Element 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect fb3758c6b4109884dff4b227afcf323a85f3d525 `Tal Leming`<http://typesupply.com> The trademark element contains a text element that contains a span element with ltr as the value for the dir attribute.
metadatadisplay-schema-trademark-028 Valid trademark Element With dir Attribute in span Element in text Element 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect f586449dd1bd295f8524191423fc0aa1c1815d4d `Tal Leming`<http://typesupply.com> The trademark element contains a text element that contains a span element with rtl as the value for the dir attribute.
metadatadisplay-schema-trademark-029 Invalid trademark Element With dir Attribute in span Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore cf7dce1f010634cbd4857b88474b66a47acd7ffe `Tal Leming`<http://typesupply.com> The trademark element contains a text element that contains a span element with INVALID as the value for the dir attribute.
metadatadisplay-schema-trademark-030 Valid trademark Element With class Attribute in span Element in text Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 1267d873b49d31b1cc9c4d6e2df9f36ed730415b `Tal Leming`<http://typesupply.com> The trademark element contains a text element that contains a span element with "class1 class2 class3" as the value for the class attribute.
metadatadisplay-schema-uniqueid-001 Valid uniqueid Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 13df3069adf73162799589ba06e603a88e23b288 `Tal Leming`<http://typesupply.com> The uniqueid element matches the schema.
metadatadisplay-schema-uniqueid-002 No uniqueid Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 014cd57fb4dc9196fa7b22b6f49d0d254664a6cf `Tal Leming`<http://typesupply.com> The uniqueid element doesn't exist.
metadatadisplay-schema-uniqueid-003 More Than One uniqueid Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore be9f8f8afc7344abbb0885a5ebcaf85253963baf `Tal Leming`<http://typesupply.com> The uniqueid element occurs twice.
metadatadisplay-schema-uniqueid-004 No id Attribute in uniqueid Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-id-required 3bfd02e21a1da6f76aabc62ea9bd5326bd56d92b `Tal Leming`<http://typesupply.com> The uniqueid element does not contain the required id attribute.
metadatadisplay-schema-uniqueid-005 Unknown Attribute in uniqueid Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 6bb61a9062523e0ac9e91f0bb74f6ce4b154301f `Tal Leming`<http://typesupply.com> The uniqueid element contains an unknown attribute.
metadatadisplay-schema-uniqueid-006 Child Element in uniqueid Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore d9044e9645b69407a8995d378c753ac86babc8a7 `Tal Leming`<http://typesupply.com> The uniqueid element contains a child element.
metadatadisplay-schema-uniqueid-007 Content in uniqueid Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore b2c56e35a5ed4e6e31d11ce0284a29e4513c5914 `Tal Leming`<http://typesupply.com> The uniqueid element contains content.
metadatadisplay-schema-vendor-001 Valid vendor Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 14a77fb384285f0720dd4afe9514c9c2f342ed28 `Tal Leming`<http://typesupply.com> The vendor element matches the schema.
metadatadisplay-schema-vendor-002 Valid vendor Element Without url Attribute font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 87136abb2f154604d4be7c57e2829fe417502d16 `Tal Leming`<http://typesupply.com> The vendor element does not contain a url attribute but it still matches the schema.
metadatadisplay-schema-vendor-003 No vendor Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 91bd39bc70ac4db43a5d191c1fe83390cac2f3ca `Tal Leming`<http://typesupply.com> The vendor element doesn't exist.
metadatadisplay-schema-vendor-004 More Than One vendor Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore f32433e175d97c6106a9c6900ab6eb8e41fcb2a1 `Tal Leming`<http://typesupply.com> The vendor element occurs twice.
metadatadisplay-schema-vendor-005 No name Attribute in vendor Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-vendor-required d8e12fcff83b79aa885d1bf3243f3ccce3c4b581 `Tal Leming`<http://typesupply.com> The vendor element does not contain the required name attribute.
metadatadisplay-schema-vendor-006 Valid dir Attribute in vendor Element 1 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect d447c8c3903486cfda7c20e2088daf848ad4ce5c `Tal Leming`<http://typesupply.com> The vendor element contains ltr as the value for the dir attribute.
metadatadisplay-schema-vendor-007 Valid dir Attribute in vendor Element 2 font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 2cff6b78beb904696780f9a9e444b6b4bbb8d9a2 `Tal Leming`<http://typesupply.com> The vendor element contains rtl as the value for the dir attribute.
metadatadisplay-schema-vendor-008 Invalid dir Attribute in vendor Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 5ce4dc71763781d495b5b9fbaf635e2663cec61d `Tal Leming`<http://typesupply.com> The vendor element contains INVALID as the value for the dir attribute.
metadatadisplay-schema-vendor-009 Valid class Attribute in vendor Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect 587d0a16eb21af6ae713ee4754c70d5d10997d61 `Tal Leming`<http://typesupply.com> The vendor element contains "class1 class2 class3" as the value for the class attribute.
metadatadisplay-schema-vendor-010 Unknown Attribute in vendor Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 13947030cde27eb3ad3c80151816673ae320d950 `Tal Leming`<http://typesupply.com> The vendor element contains an unknown attribute.
metadatadisplay-schema-vendor-011 Child Element in vendor Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore 8e803b353cc8baa796626a7db2e9e6b4ea6e5c46 `Tal Leming`<http://typesupply.com> The vendor element contains a child element.
metadatadisplay-schema-vendor-012 Content in vendor Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://www.w3.org/TR/WOFF/#conform-invalid-mustignore bd5ce6872e374b20a0fdfe29742cf0228c0e4756 `Tal Leming`<http://typesupply.com> The vendor element contains content.
metadatadisplay-well-formed-001 Unescaped < in Content font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-invalid-mustignore e5017c0eb8836b4bf1d44c821ac3422246bc411d `Tal Leming`<http://typesupply.com> The text element in the description element contains an unescaped <.
metadatadisplay-well-formed-002 Unescaped & in Content font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-invalid-mustignore 0ec26b0e7c3bcb991ac10157d907d3340ac49575 `Tal Leming`<http://typesupply.com> The text element in the description element contains an unescaped &.
metadatadisplay-well-formed-003 Mismatched Element Tags font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-invalid-mustignore 7143158dbab4c383c171471f0e5cdcf1eb17c532 `Tal Leming`<http://typesupply.com> One element begins with <description> but ends with </mismatch>.
metadatadisplay-well-formed-004 Unclosed Element Tag font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-invalid-mustignore dd1cc5ba5dd2c915d6fa45eaee7e30530471a277 `Tal Leming`<http://typesupply.com> The text element element in the description element is not closed.
metadatadisplay-well-formed-005 Case Mismatch in Element Tags font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-invalid-mustignore 018b0ac5399cef3542f9851a7ef3cf8bf05e6427 `Tal Leming`<http://typesupply.com> The <description> element is closed with <DESCRIPTION>.
metadatadisplay-well-formed-006 More Than One Root Element font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-invalid-mustignore 96d86027e50345069cf65e121adbae9daa2fee0c `Tal Leming`<http://typesupply.com> The metadata root element occurs twice.
metadatadisplay-well-formed-007 Unknown Encoding font http://dev.w3.org/webfonts/WOFF2/spec/#Metadata,http://www.w3.org/TR/WOFF/#conform-metadata-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-invalid-mustignore 1495382d380d9096fabccc6d5f73d0d4e083c577 `Tal Leming`<http://typesupply.com> The xml encoding is set to 'VSCACS-GFV-X-CQ34QTAB2Q-IS-NOT-A-VALID-ENCODING'.
privatedata-noeffect-001 No Private Data Present font http://dev.w3.org/webfonts/WOFF2/spec/#Private,http://dev.w3.org/webfonts/WOFF2/spec/#conform-private-noeffect 2d76706fa856f80bda32f1fd2cb7565911b2d82a `Tal Leming`<http://typesupply.com> The file has no private data.
privatedata-noeffect-002 Private Data Present font http://dev.w3.org/webfonts/WOFF2/spec/#Private,http://dev.w3.org/webfonts/WOFF2/spec/#conform-private-noeffect 4a2b11c28d50171d79968b1b0ad8868b7a33b402 `Tal Leming`<http://typesupply.com> The file has private data.
tabledata-bad-origlength-loca-001 Font Table Data Small Loca Original Length font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustRejectLoca ce20235417c707de12c9c879cdb2518217f6f99c `Khaled Hosny`<http://khaledhosny.org> The origLength of the loca table is 4 bytes less than the calculated size
tabledata-bad-origlength-loca-002 Font Table Data Large Loca Original Length font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustRejectLoca 06315245ee53ac5d9b9f9882b3b2bf361c43c9cc `Khaled Hosny`<http://khaledhosny.org> The origLength of the loca table is 4 bytes more than the calculated size
tabledata-brotli-001 Font Table Data Invalid Compressed Data font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustBeInvalidated-FailDecompress 79dde726db30b17002b090b16d3134a079250334 `Khaled Hosny`<http://khaledhosny.org> Font table data is compressed with zlib instead of Brotli.
tabledata-decompressed-length-001 Font Table Data Decompressed Length Less Than Original Length font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustBeInvalidated-FailSize 92a1298b40a5109da64c44e68c05fb755b939ff3 `Khaled Hosny`<http://khaledhosny.org> The original length of the first table in the directory is increased by 1, making the decompressed length of the table data less than the sum of original table lengths.
tabledata-decompressed-length-002 Font Table Data Decompressed Length Greater Than Original Length font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustBeInvalidated-FailSize 97642666276ece17b8ab4382f65cd3b63c74c505 `Khaled Hosny`<http://khaledhosny.org> The original length of the first table in the directory is decreased by 1, making the decompressed length of the table data greater than the sum of original table lengths.
tabledata-decompressed-length-003 Font Table Data Decompressed Length Less Than Transformed Length font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustBeInvalidated-FailSize a34a29cbe89e4206268df4d534a54f4b563cec8b `Khaled Hosny`<http://khaledhosny.org> The transformed length of the glyf table in the directory is increased by 1, making the decompressed length of the table data less than the sum of transformed table lengths.
tabledata-decompressed-length-004 Font Table Data Decompressed Length Greater Than Transformed Length font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustBeInvalidated-FailSize 7a44e9d33259636496ba1f14f2a74f5c9520df5a `Khaled Hosny`<http://khaledhosny.org> The transformed length of the glyf table in the directory is decreased by 1, making the decompressed length of the table data greater than the sum of transformed table lengths.
tabledata-extraneous-data-001 Extraneous Data Betwen Table Data font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustRejectExtraData c00d785766df9451c83566b3d78d6c462a161c03 `Khaled Hosny`<http://khaledhosny.org> There is extraneous data before the last table.
tabledata-glyf-bbox-001 Glyph Without Explicit Bounding Box font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustCalculateBBox ce23fc5d440e23ded6a64f38aebbad66fc9959de `Khaled Hosny`<http://khaledhosny.org> Valid TTF flavored WOFF with a glyph with no explicit bounding box
tabledata-glyf-bbox-002 Composite Glyph Without Bounding Box font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustRejectNoCompositeBBox 5eaf714f722d543b55d7c2ec6d9463c90f420149 `Khaled Hosny`<http://khaledhosny.org> Invalid TTF flavored WOFF due to composite glyphs without bounding box
tabledata-glyf-bbox-003 Empty Glyph With Bounding Box font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustRejectNonEmptyBBox 6012f3283edb0e7fe480e01a934df14ff31a30b2 `Khaled Hosny`<http://khaledhosny.org> Invalid TTF flavored WOFF due to empty glyph with bounding box
tabledata-glyf-origlength-001 Glyf OrigLength Too Small font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustNotRejectGlyfSizeMismatch 65dbd6c5a72e93a1578fa94d5bde0eeb8bb62367 `Khaled Hosny`<http://khaledhosny.org> The origLength field of glyf table contains a too small incorrect value.
tabledata-glyf-origlength-002 Glyf OrigLength Too Big font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustNotRejectGlyfSizeMismatch 5def61d15bd7c81889a3dfc9a2afa1520288780c `Khaled Hosny`<http://khaledhosny.org> The origLength field of glyf table contains a too big incorrect value.
tabledata-non-zero-loca-001 Font Table Data Loca Is Not Zero font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustRejectLoca f913bdc803475172de6410233ac0a79ba5730e65 `Khaled Hosny`<http://khaledhosny.org> The transformed loca table contains 4 zero bytes and its transformLength is 4.
tabledata-recontruct-loca-001 Font With Short Loca and Composite Glyphs font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustReconstructLoca d894b15d0856304a09c8bc656c304f976fed8337 `Khaled Hosny`<http://khaledhosny.org> Valid TTF flavored WOFF with simple composite glyphs where the loca table uses the short format, to check loca reconstruction
tabledata-transform-bad-flag-001 Head Table With Tramsform Number 1 font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustBeRejected-FailTransform 546265f6d91f26fe0df454e02c65a2c25ea545ab `Khaled Hosny`<http://khaledhosny.org> Invalid CFF flavored WOFF with head table having transform version 1.
tabledata-transform-bad-flag-002 Glyf Table With Tramsform Number 3 font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustBeRejected-FailTransform dd8af13f772ef3ff1087ba4aa076733382c4cec4 `Khaled Hosny`<http://khaledhosny.org> Invalid TTF flavored WOFF with glyf table having transform version 3.
tabledata-transform-hmtx-001 Transformed Hmtx Table font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustAcceptAllTransforms 3b461f2e0507eea8b847a13efb5272ea475d2dd5 `Khaled Hosny`<http://khaledhosny.org> Valid TTF flavored WOFF with transformed hmtx table.
tabledata-transform-hmtx-002 Transformed Hmtx Table With Correct Flags font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustCheckLSBFlags 3dbe7b2861e857e7c6c9319f66df9144b0f97389 `Khaled Hosny`<http://khaledhosny.org> Valid TTF flavored WOFF with transformed hmtx table and correct flags field.
tabledata-transform-hmtx-003 Transformed Hmtx Table With Bad Flags 1 font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustCheckLSBFlags 206fde1c3282deba1756f569ad2e6c675957d77d `Khaled Hosny`<http://khaledhosny.org> Invalid TTF flavored WOFF with transformed hmtx table with non-zero reserved bits of the flags field.
tabledata-transform-hmtx-004 Transformed Hmtx Table With Bad Flags 2 font http://dev.w3.org/webfonts/WOFF2/spec/#DataTables,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustCheckLSBFlags 2d7c52bcb09c3d13a27120213ebca3441b69d29f `Khaled Hosny`<http://khaledhosny.org> Invalid TTF flavored WOFF with transformed hmtx table with all flags bits set to 0
valid-001 Valid WOFF 1 font http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-private-noeffect 1798aef1d34f72fa7532d3ca56f6218c6d8bf98e `Tal Leming`<http://typesupply.com> Valid CFF flavored WOFF with no metadata and no private data
valid-002 Valid WOFF 2 font http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-private-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-maydisplay e8bb5eb3a34065349bd73868321c3b0b12c8d5df `Tal Leming`<http://typesupply.com> Valid CFF flavored WOFF with metadata
valid-003 Valid WOFF 3 font http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-private-noeffect 40046ab82020bf7b3d6b2c5fde8f74f282255345 `Tal Leming`<http://typesupply.com> Valid CFF flavored WOFF with private data
valid-004 Valid WOFF 4 font http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-private-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-maydisplay 604e7ba5aa985cb3b2f4d669ae710a2f0defdaef `Tal Leming`<http://typesupply.com> Valid CFF flavored WOFF with metadata and private data
valid-005 Valid WOFF 5 font http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-private-noeffect cb1ce2fdb580f3962618c48e395b2e3741361e11 `Tal Leming`<http://typesupply.com> Valid TTF flavored WOFF with no metadata and no private data
valid-006 Valid WOFF 6 font http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-private-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-maydisplay abde5ab07bda3d6ff56276a3eb32783c2379d272 `Tal Leming`<http://typesupply.com> Valid TTF flavored WOFF with metadata
valid-007 Valid WOFF 7 font http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-private-noeffect db474ccd73f9967b9dc4b43fe797404649d0d0ec `Tal Leming`<http://typesupply.com> Valid TTF flavored WOFF with private data
valid-008 Valid WOFF 8 font http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-private-noeffect,http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-maydisplay 35db03a2a17f53471976a976b2db54cbebd7881d `Tal Leming`<http://typesupply.com> Valid TTF flavored WOFF with metadata and private data
valid-009 Valid WOFF 9 font http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure,http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustProduceOFF 5c0fc0ffa206abaedf084d42609d82adb3cdfe70 `Khaled Hosny`<http://khaledhosny.org> Valid TTF flavored WOFF with simple and composite glyphs