1 # Dictionary for the fuzzer to "guess" faster important words.
2 # Contains xml keywords and svg element names and attributes.
3 # It might be useful to remove some of them, maybe.
4 # SPDX-License-Identifier: GPL-2.0-or-later
33 attr_encoding=" encoding=\"1\""
34 attr_generic=" a=\"1\""
35 attr_href=" href=\"1\""
38 attr_standalone=" standalone=\"no\""
39 attr_version=" version=\"1\""
40 attr_xml_base=" xml:base=\"1\""
41 attr_xml_id=" xml:id=\"1\""
42 attr_xml_lang=" xml:lang=\"1\""
43 attr_xmlns=" xmlns=\"1\""
44 attr_xml_space=" xml:space=\"1\""
77 "color-interpolation-filters"
109 entity_builtin="<"
110 entity_decimal=""
111 entity_external="&a;"
117 "externalResourcesRequired"
122 "feComponentTransfer"
176 "glyph-orientation-horizontal"
177 "glyph-orientation-vertical"
304 "patternContentUnits"
316 "preserveAspectRatio"
372 "strikethrough-position"
373 "strikethrough-thickness"
378 string_col_fallback=":fallback"
379 string_col_generic=":a"
380 string_col_include=":include"
382 string_empty_dblquotes="\"\""
384 string_empty_quotes="''"
385 string_entities="ENTITIES"
386 string_entity="ENTITY"
387 string_fixed="#FIXED"
390 string_idrefs="IDREFS"
391 string_implied="#IMPLIED"
392 string_nmtoken="NMTOKEN"
393 string_nmtokens="NMTOKENS"
394 string_notation="NOTATION"
395 string_parentheses="()"
396 string_pcdata="#PCDATA"
398 string_public="PUBLIC"
399 string_required="#REQUIRED"
400 string_schema=":schema"
401 string_system="SYSTEM"
403 string_utf16="UTF-16"
405 string_xmlns="xmlns:"
433 tag_attlist="<!ATTLIST"
434 tag_cdata="<![CDATA["
436 tag_doctype="<!DOCTYPE"
437 tag_element="<!ELEMENT"
438 tag_entity="<!ENTITY"
439 tag_ignore="<![IGNORE["
440 tag_include="<![INCLUDE["
441 tag_notation="<!NOTATION"
443 tag_open_close="<a />"
444 tag_open_exclamation="<!"
473 "underline-thickness"