@jjlmoya/utils-developer 1.27.0 → 1.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/entries.ts +4 -1
- package/src/tests/i18n_coverage.test.ts +5 -2
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/qa-test-helpers.ts +32 -0
- package/src/tests/qa_bibliography_links.test.ts +43 -0
- package/src/tests/qa_claim_evidence.test.ts +69 -0
- package/src/tests/qa_logic_reference_coverage.test.ts +46 -0
- package/src/tests/qa_runtime_i18n.test.ts +115 -0
- package/src/tests/spanish_leakage.test.ts +5 -1
- package/src/tests/tool_validation.test.ts +1 -1
- package/src/tool/aspectRatio/bibliography.astro +2 -10
- package/src/tool/aspectRatio/bibliography.ts +7 -0
- package/src/tool/aspectRatio/i18n/de.ts +2 -14
- package/src/tool/aspectRatio/i18n/en.ts +2 -14
- package/src/tool/aspectRatio/i18n/es.ts +2 -14
- package/src/tool/aspectRatio/i18n/fr.ts +2 -14
- package/src/tool/aspectRatio/i18n/id.ts +2 -14
- package/src/tool/aspectRatio/i18n/it.ts +2 -14
- package/src/tool/aspectRatio/i18n/ja.ts +2 -14
- package/src/tool/aspectRatio/i18n/ko.ts +2 -14
- package/src/tool/aspectRatio/i18n/nl.ts +2 -14
- package/src/tool/aspectRatio/i18n/pl.ts +2 -14
- package/src/tool/aspectRatio/i18n/pt.ts +2 -14
- package/src/tool/aspectRatio/i18n/ru.ts +2 -14
- package/src/tool/aspectRatio/i18n/sv.ts +2 -14
- package/src/tool/aspectRatio/i18n/tr.ts +2 -14
- package/src/tool/aspectRatio/i18n/zh.ts +2 -14
- package/src/tool/calculadoraTiempoDatos/bibliography.astro +2 -10
- package/src/tool/calculadoraTiempoDatos/bibliography.ts +8 -0
- package/src/tool/calculadoraTiempoDatos/component.astro +6 -2
- package/src/tool/calculadoraTiempoDatos/i18n/de.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/en.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/es.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/fr.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/id.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/it.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/ja.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/ko.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/nl.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/pl.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/pt.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/ru.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/sv.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/tr.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/zh.ts +2 -6
- package/src/tool/colorConverter/bibliography.astro +2 -10
- package/src/tool/colorConverter/bibliography.ts +7 -0
- package/src/tool/colorConverter/i18n/de.ts +2 -5
- package/src/tool/colorConverter/i18n/en.ts +5 -8
- package/src/tool/colorConverter/i18n/es.ts +4 -7
- package/src/tool/colorConverter/i18n/fr.ts +2 -5
- package/src/tool/colorConverter/i18n/id.ts +2 -5
- package/src/tool/colorConverter/i18n/it.ts +2 -5
- package/src/tool/colorConverter/i18n/ja.ts +2 -5
- package/src/tool/colorConverter/i18n/ko.ts +2 -5
- package/src/tool/colorConverter/i18n/nl.ts +2 -5
- package/src/tool/colorConverter/i18n/pl.ts +2 -5
- package/src/tool/colorConverter/i18n/pt.ts +2 -5
- package/src/tool/colorConverter/i18n/ru.ts +2 -5
- package/src/tool/colorConverter/i18n/sv.ts +2 -5
- package/src/tool/colorConverter/i18n/tr.ts +2 -5
- package/src/tool/colorConverter/i18n/zh.ts +2 -5
- package/src/tool/conversorExcelCsvHtml/bibliography.astro +2 -10
- package/src/tool/conversorExcelCsvHtml/bibliography.ts +8 -0
- package/src/tool/conversorExcelCsvHtml/component.astro +4 -3
- package/src/tool/conversorExcelCsvHtml/i18n/de.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/en.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/es.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/fr.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/id.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/it.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/ja.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/ko.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/nl.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/pl.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/pt.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/ru.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/sv.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/tr.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/zh.ts +2 -6
- package/src/tool/cronGenerator/bibliography.astro +2 -10
- package/src/tool/cronGenerator/bibliography.ts +6 -0
- package/src/tool/cronGenerator/component.astro +5 -1
- package/src/tool/cronGenerator/i18n/de.ts +2 -10
- package/src/tool/cronGenerator/i18n/en.ts +2 -10
- package/src/tool/cronGenerator/i18n/es.ts +2 -10
- package/src/tool/cronGenerator/i18n/fr.ts +2 -10
- package/src/tool/cronGenerator/i18n/id.ts +2 -10
- package/src/tool/cronGenerator/i18n/it.ts +2 -10
- package/src/tool/cronGenerator/i18n/ja.ts +2 -10
- package/src/tool/cronGenerator/i18n/ko.ts +2 -10
- package/src/tool/cronGenerator/i18n/nl.ts +2 -10
- package/src/tool/cronGenerator/i18n/pl.ts +2 -10
- package/src/tool/cronGenerator/i18n/pt.ts +2 -10
- package/src/tool/cronGenerator/i18n/ru.ts +2 -10
- package/src/tool/cronGenerator/i18n/sv.ts +2 -10
- package/src/tool/cronGenerator/i18n/tr.ts +2 -10
- package/src/tool/cronGenerator/i18n/zh.ts +2 -10
- package/src/tool/cssBoxShadowGenerator/component.astro +2 -1
- package/src/tool/cssBoxShadowGenerator/logic.test.ts +28 -0
- package/src/tool/cssSpecificityCalculator/bibliography.astro +2 -10
- package/src/tool/cssSpecificityCalculator/bibliography.ts +6 -0
- package/src/tool/cssSpecificityCalculator/i18n/de.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/en.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/es.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/fr.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/id.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/it.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/ja.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/ko.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/nl.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/pl.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/pt.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/ru.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/sv.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/tr.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/zh.ts +2 -10
- package/src/tool/cssToInlineConverter/bibliography.astro +2 -10
- package/src/tool/cssToInlineConverter/bibliography.ts +7 -0
- package/src/tool/cssToInlineConverter/i18n/de.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/en.ts +4 -16
- package/src/tool/cssToInlineConverter/i18n/es.ts +5 -17
- package/src/tool/cssToInlineConverter/i18n/fr.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/id.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/it.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/ja.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/ko.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/nl.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/pl.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/pt.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/ru.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/sv.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/tr.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/zh.ts +2 -14
- package/src/tool/duplicateCssRemover/bibliography.astro +2 -10
- package/src/tool/duplicateCssRemover/bibliography.ts +7 -0
- package/src/tool/duplicateCssRemover/i18n/de.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/en.ts +4 -16
- package/src/tool/duplicateCssRemover/i18n/es.ts +4 -16
- package/src/tool/duplicateCssRemover/i18n/fr.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/id.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/it.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/ja.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/ko.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/nl.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/pl.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/pt.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/ru.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/sv.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/tr.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/zh.ts +2 -14
- package/src/tool/generadorSecurityTxt/bibliography.astro +2 -10
- package/src/tool/generadorSecurityTxt/bibliography.ts +7 -0
- package/src/tool/generadorSecurityTxt/component.astro +1 -2
- package/src/tool/generadorSecurityTxt/i18n/de.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/en.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/es.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/fr.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/id.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/it.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/ja.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/ko.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/nl.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/pl.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/pt.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/ru.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/sv.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/tr.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/zh.ts +2 -5
- package/src/tool/hashGenerator/bibliography.astro +2 -10
- package/src/tool/hashGenerator/bibliography.ts +7 -0
- package/src/tool/hashGenerator/i18n/de.ts +2 -5
- package/src/tool/hashGenerator/i18n/en.ts +2 -5
- package/src/tool/hashGenerator/i18n/es.ts +2 -5
- package/src/tool/hashGenerator/i18n/fr.ts +2 -5
- package/src/tool/hashGenerator/i18n/id.ts +2 -5
- package/src/tool/hashGenerator/i18n/it.ts +2 -5
- package/src/tool/hashGenerator/i18n/ja.ts +2 -5
- package/src/tool/hashGenerator/i18n/ko.ts +2 -5
- package/src/tool/hashGenerator/i18n/nl.ts +2 -5
- package/src/tool/hashGenerator/i18n/pl.ts +2 -5
- package/src/tool/hashGenerator/i18n/pt.ts +2 -5
- package/src/tool/hashGenerator/i18n/ru.ts +2 -5
- package/src/tool/hashGenerator/i18n/sv.ts +2 -5
- package/src/tool/hashGenerator/i18n/tr.ts +2 -5
- package/src/tool/hashGenerator/i18n/zh.ts +2 -5
- package/src/tool/inspectorCertificadosSsl/bibliography.astro +2 -10
- package/src/tool/inspectorCertificadosSsl/bibliography.ts +8 -0
- package/src/tool/inspectorCertificadosSsl/component.astro +4 -3
- package/src/tool/inspectorCertificadosSsl/i18n/de.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/en.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/es.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/fr.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/id.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/it.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/ja.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/ko.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/nl.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/pl.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/pt.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/ru.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/sv.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/tr.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/zh.ts +2 -6
- package/src/tool/jsonFormatter/bibliography.astro +2 -10
- package/src/tool/jsonFormatter/bibliography.ts +8 -0
- package/src/tool/jsonFormatter/i18n/de.ts +2 -18
- package/src/tool/jsonFormatter/i18n/en.ts +2 -18
- package/src/tool/jsonFormatter/i18n/es.ts +2 -18
- package/src/tool/jsonFormatter/i18n/fr.ts +2 -18
- package/src/tool/jsonFormatter/i18n/id.ts +2 -18
- package/src/tool/jsonFormatter/i18n/it.ts +2 -18
- package/src/tool/jsonFormatter/i18n/ja.ts +2 -18
- package/src/tool/jsonFormatter/i18n/ko.ts +2 -18
- package/src/tool/jsonFormatter/i18n/nl.ts +2 -18
- package/src/tool/jsonFormatter/i18n/pl.ts +2 -18
- package/src/tool/jsonFormatter/i18n/pt.ts +2 -18
- package/src/tool/jsonFormatter/i18n/ru.ts +2 -18
- package/src/tool/jsonFormatter/i18n/sv.ts +2 -18
- package/src/tool/jsonFormatter/i18n/tr.ts +2 -18
- package/src/tool/jsonFormatter/i18n/zh.ts +2 -18
- package/src/tool/jwtDecoder/component.astro +2 -1
- package/src/tool/jwtDecoder/logic.test.ts +32 -0
- package/src/tool/keycode/bibliography.astro +2 -10
- package/src/tool/keycode/bibliography.ts +7 -0
- package/src/tool/keycode/i18n/de.ts +2 -14
- package/src/tool/keycode/i18n/en.ts +2 -14
- package/src/tool/keycode/i18n/es.ts +2 -14
- package/src/tool/keycode/i18n/fr.ts +2 -14
- package/src/tool/keycode/i18n/id.ts +2 -14
- package/src/tool/keycode/i18n/it.ts +2 -14
- package/src/tool/keycode/i18n/ja.ts +2 -14
- package/src/tool/keycode/i18n/ko.ts +2 -14
- package/src/tool/keycode/i18n/nl.ts +2 -14
- package/src/tool/keycode/i18n/pl.ts +2 -14
- package/src/tool/keycode/i18n/pt.ts +2 -14
- package/src/tool/keycode/i18n/ru.ts +2 -14
- package/src/tool/keycode/i18n/sv.ts +2 -14
- package/src/tool/keycode/i18n/tr.ts +2 -14
- package/src/tool/keycode/i18n/zh.ts +2 -14
- package/src/tool/llmCostCalculator/bibliography.astro +2 -10
- package/src/tool/llmCostCalculator/bibliography.ts +8 -0
- package/src/tool/llmCostCalculator/i18n/de.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/en.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/es.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/fr.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/id.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/it.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/ja.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/ko.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/nl.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/pl.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/pt.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/ru.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/sv.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/tr.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/zh.ts +2 -18
- package/src/tool/mobileMockupGenerator/bibliography.astro +2 -10
- package/src/tool/mobileMockupGenerator/bibliography.ts +6 -0
- package/src/tool/mobileMockupGenerator/i18n/de.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/en.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/es.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/fr.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/id.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/it.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/ja.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/ko.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/nl.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/pl.ts +2 -1
- package/src/tool/mobileMockupGenerator/i18n/pt.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/ru.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/sv.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/tr.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/zh.ts +2 -4
- package/src/tool/musicalTypography/bibliography.astro +2 -10
- package/src/tool/musicalTypography/bibliography.ts +7 -0
- package/src/tool/musicalTypography/i18n/de.ts +2 -14
- package/src/tool/musicalTypography/i18n/en.ts +3 -15
- package/src/tool/musicalTypography/i18n/es.ts +3 -15
- package/src/tool/musicalTypography/i18n/fr.ts +2 -14
- package/src/tool/musicalTypography/i18n/id.ts +2 -14
- package/src/tool/musicalTypography/i18n/it.ts +2 -14
- package/src/tool/musicalTypography/i18n/ja.ts +2 -14
- package/src/tool/musicalTypography/i18n/ko.ts +2 -14
- package/src/tool/musicalTypography/i18n/nl.ts +2 -14
- package/src/tool/musicalTypography/i18n/pl.ts +2 -14
- package/src/tool/musicalTypography/i18n/pt.ts +2 -5
- package/src/tool/musicalTypography/i18n/ru.ts +2 -5
- package/src/tool/musicalTypography/i18n/sv.ts +2 -1
- package/src/tool/musicalTypography/i18n/tr.ts +2 -1
- package/src/tool/musicalTypography/i18n/zh.ts +2 -1
- package/src/tool/placeholderGenerator/bibliography.astro +2 -10
- package/src/tool/placeholderGenerator/bibliography.ts +7 -0
- package/src/tool/placeholderGenerator/i18n/de.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/en.ts +4 -16
- package/src/tool/placeholderGenerator/i18n/es.ts +4 -16
- package/src/tool/placeholderGenerator/i18n/fr.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/id.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/it.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/ja.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/ko.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/nl.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/pl.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/pt.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/ru.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/sv.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/tr.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/zh.ts +2 -14
- package/src/tool/promoteThisWebsite/asset-bindings.ts +73 -0
- package/src/tool/promoteThisWebsite/bibliography.astro +14 -0
- package/src/tool/promoteThisWebsite/bibliography.ts +14 -0
- package/src/tool/promoteThisWebsite/component.astro +136 -0
- package/src/tool/promoteThisWebsite/control-views.ts +83 -0
- package/src/tool/promoteThisWebsite/controller.ts +232 -0
- package/src/tool/promoteThisWebsite/dom-views.ts +322 -0
- package/src/tool/promoteThisWebsite/entry.ts +15 -0
- package/src/tool/promoteThisWebsite/evaluator.ts +9 -0
- package/src/tool/promoteThisWebsite/i18n/en.ts +111 -0
- package/src/tool/promoteThisWebsite/index.ts +11 -0
- package/src/tool/promoteThisWebsite/jjlmoya-overlay.png +0 -0
- package/src/tool/promoteThisWebsite/logic.test.ts +29 -0
- package/src/tool/promoteThisWebsite/logic.ts +108 -0
- package/src/tool/promoteThisWebsite/pixel-cat.png +0 -0
- package/src/tool/promoteThisWebsite/promote-this-website.css +322 -0
- package/src/tool/promoteThisWebsite/seo.astro +15 -0
- package/src/tool/promoteThisWebsite/storage.ts +28 -0
- package/src/tool/promoteThisWebsite/title-view.ts +206 -0
- package/src/tool/promoteThisWebsite/ui.ts +59 -0
- package/src/tool/promptLibrary/bibliography.astro +2 -10
- package/src/tool/promptLibrary/bibliography.ts +6 -0
- package/src/tool/promptLibrary/i18n/de.ts +2 -4
- package/src/tool/promptLibrary/i18n/en.ts +2 -4
- package/src/tool/promptLibrary/i18n/es.ts +2 -4
- package/src/tool/promptLibrary/i18n/fr.ts +2 -4
- package/src/tool/promptLibrary/i18n/id.ts +2 -4
- package/src/tool/promptLibrary/i18n/it.ts +2 -4
- package/src/tool/promptLibrary/i18n/ja.ts +2 -4
- package/src/tool/promptLibrary/i18n/ko.ts +2 -4
- package/src/tool/promptLibrary/i18n/nl.ts +2 -4
- package/src/tool/promptLibrary/i18n/pl.ts +2 -1
- package/src/tool/promptLibrary/i18n/pt.ts +2 -4
- package/src/tool/promptLibrary/i18n/ru.ts +2 -4
- package/src/tool/promptLibrary/i18n/sv.ts +2 -4
- package/src/tool/promptLibrary/i18n/tr.ts +2 -4
- package/src/tool/promptLibrary/i18n/zh.ts +2 -4
- package/src/tool/readabilityCalculator/bibliography.astro +2 -10
- package/src/tool/readabilityCalculator/bibliography.ts +7 -0
- package/src/tool/readabilityCalculator/i18n/de.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/en.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/es.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/fr.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/id.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/it.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/ja.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/ko.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/nl.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/pl.ts +2 -1
- package/src/tool/readabilityCalculator/i18n/pt.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/ru.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/sv.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/tr.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/zh.ts +2 -5
- package/src/tool/serpPixelSimulator/controller.ts +1 -0
- package/src/tool/serpPixelSimulator/i18n/en.ts +2 -2
- package/src/tool/serpPixelSimulator/i18n/es.ts +2 -2
- package/src/tool/serpPixelSimulator/logic.test.ts +25 -0
- package/src/tool/svgSanitizer/bibliography.astro +2 -10
- package/src/tool/svgSanitizer/bibliography.ts +7 -0
- package/src/tool/svgSanitizer/i18n/de.ts +2 -5
- package/src/tool/svgSanitizer/i18n/en.ts +2 -5
- package/src/tool/svgSanitizer/i18n/es.ts +2 -5
- package/src/tool/svgSanitizer/i18n/fr.ts +2 -5
- package/src/tool/svgSanitizer/i18n/id.ts +2 -5
- package/src/tool/svgSanitizer/i18n/it.ts +2 -5
- package/src/tool/svgSanitizer/i18n/ja.ts +2 -5
- package/src/tool/svgSanitizer/i18n/ko.ts +2 -5
- package/src/tool/svgSanitizer/i18n/nl.ts +2 -5
- package/src/tool/svgSanitizer/i18n/pl.ts +2 -5
- package/src/tool/svgSanitizer/i18n/pt.ts +2 -1
- package/src/tool/svgSanitizer/i18n/ru.ts +2 -5
- package/src/tool/svgSanitizer/i18n/sv.ts +2 -5
- package/src/tool/svgSanitizer/i18n/tr.ts +2 -5
- package/src/tool/svgSanitizer/i18n/zh.ts +2 -5
- package/src/tool/svgToCss/bibliography.astro +2 -10
- package/src/tool/svgToCss/bibliography.ts +8 -0
- package/src/tool/svgToCss/i18n/de.ts +2 -18
- package/src/tool/svgToCss/i18n/en.ts +2 -18
- package/src/tool/svgToCss/i18n/es.ts +2 -18
- package/src/tool/svgToCss/i18n/fr.ts +2 -18
- package/src/tool/svgToCss/i18n/id.ts +2 -18
- package/src/tool/svgToCss/i18n/it.ts +2 -18
- package/src/tool/svgToCss/i18n/ja.ts +2 -18
- package/src/tool/svgToCss/i18n/ko.ts +2 -18
- package/src/tool/svgToCss/i18n/nl.ts +2 -18
- package/src/tool/svgToCss/i18n/pl.ts +2 -18
- package/src/tool/svgToCss/i18n/pt.ts +2 -18
- package/src/tool/svgToCss/i18n/ru.ts +2 -18
- package/src/tool/svgToCss/i18n/sv.ts +2 -18
- package/src/tool/svgToCss/i18n/tr.ts +2 -18
- package/src/tool/svgToCss/i18n/zh.ts +2 -18
- package/src/tool/urlCleaner/bibliography.astro +2 -10
- package/src/tool/urlCleaner/bibliography.ts +7 -0
- package/src/tool/urlCleaner/i18n/de.ts +2 -5
- package/src/tool/urlCleaner/i18n/en.ts +2 -5
- package/src/tool/urlCleaner/i18n/es.ts +2 -5
- package/src/tool/urlCleaner/i18n/fr.ts +2 -5
- package/src/tool/urlCleaner/i18n/id.ts +2 -5
- package/src/tool/urlCleaner/i18n/it.ts +2 -5
- package/src/tool/urlCleaner/i18n/ja.ts +2 -5
- package/src/tool/urlCleaner/i18n/ko.ts +2 -5
- package/src/tool/urlCleaner/i18n/nl.ts +2 -5
- package/src/tool/urlCleaner/i18n/pl.ts +2 -1
- package/src/tool/urlCleaner/i18n/pt.ts +2 -5
- package/src/tool/urlCleaner/i18n/ru.ts +2 -5
- package/src/tool/urlCleaner/i18n/sv.ts +2 -5
- package/src/tool/urlCleaner/i18n/tr.ts +2 -5
- package/src/tool/urlCleaner/i18n/zh.ts +2 -5
- package/src/tool/urlEncoderDecoder/bibliography.astro +2 -10
- package/src/tool/urlEncoderDecoder/bibliography.ts +7 -0
- package/src/tool/urlEncoderDecoder/i18n/de.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/en.ts +3 -15
- package/src/tool/urlEncoderDecoder/i18n/es.ts +3 -15
- package/src/tool/urlEncoderDecoder/i18n/fr.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/id.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/it.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/ja.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/ko.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/nl.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/pl.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/pt.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/ru.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/sv.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/tr.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/zh.ts +2 -14
- package/src/tool/utmGenerator/bibliography.astro +2 -10
- package/src/tool/utmGenerator/bibliography.ts +6 -0
- package/src/tool/utmGenerator/i18n/de.ts +2 -4
- package/src/tool/utmGenerator/i18n/en.ts +2 -4
- package/src/tool/utmGenerator/i18n/es.ts +2 -4
- package/src/tool/utmGenerator/i18n/fr.ts +2 -4
- package/src/tool/utmGenerator/i18n/id.ts +2 -4
- package/src/tool/utmGenerator/i18n/it.ts +2 -4
- package/src/tool/utmGenerator/i18n/ja.ts +2 -4
- package/src/tool/utmGenerator/i18n/ko.ts +2 -4
- package/src/tool/utmGenerator/i18n/nl.ts +2 -4
- package/src/tool/utmGenerator/i18n/pl.ts +2 -4
- package/src/tool/utmGenerator/i18n/pt.ts +2 -4
- package/src/tool/utmGenerator/i18n/ru.ts +2 -4
- package/src/tool/utmGenerator/i18n/sv.ts +2 -4
- package/src/tool/utmGenerator/i18n/tr.ts +2 -4
- package/src/tool/utmGenerator/i18n/zh.ts +2 -4
- package/src/tool/visualCssGridFlexboxGenerator/component.astro +1 -0
- package/src/tool/visualCssGridFlexboxGenerator/logic.test.ts +29 -0
- package/src/tool/visualCssGridFlexboxGenerator/workspace.ts +13 -1
- package/src/tools.ts +2 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssSpecificityCalculatorUI } from '../ui';
|
|
@@ -99,16 +100,7 @@ export const content: ToolLocaleContent<CssSpecificityCalculatorUI> = {
|
|
|
99
100
|
faqTitle: 'よくある質問',
|
|
100
101
|
faq: faqData,
|
|
101
102
|
bibliographyTitle: '参考資料とドキュメント',
|
|
102
|
-
bibliography
|
|
103
|
-
{
|
|
104
|
-
name: 'MDN Web Docs: CSSの詳細度',
|
|
105
|
-
url: 'https://developer.mozilla.org/ja/docs/Web/CSS/Specificity',
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
name: 'W3C: Selectors Level 3 - 詳細度',
|
|
109
|
-
url: 'https://www.w3.org/TR/selectors-3/#specificity',
|
|
110
|
-
},
|
|
111
|
-
],
|
|
103
|
+
bibliography,
|
|
112
104
|
howTo: howToData,
|
|
113
105
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
114
106
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssSpecificityCalculatorUI } from '../ui';
|
|
@@ -99,16 +100,7 @@ export const content: ToolLocaleContent<CssSpecificityCalculatorUI> = {
|
|
|
99
100
|
faqTitle: '자주 묻는 질문',
|
|
100
101
|
faq: faqData,
|
|
101
102
|
bibliographyTitle: '참고 자료 및 문서',
|
|
102
|
-
bibliography
|
|
103
|
-
{
|
|
104
|
-
name: 'MDN Web Docs: CSS 우선순위',
|
|
105
|
-
url: 'https://developer.mozilla.org/ko/docs/Web/CSS/Specificity',
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
name: 'W3C: Selectors Level 3 - 우선순위',
|
|
109
|
-
url: 'https://www.w3.org/TR/selectors-3/#specificity',
|
|
110
|
-
},
|
|
111
|
-
],
|
|
103
|
+
bibliography,
|
|
112
104
|
howTo: howToData,
|
|
113
105
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
114
106
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssSpecificityCalculatorUI } from '../ui';
|
|
@@ -99,16 +100,7 @@ export const content: ToolLocaleContent<CssSpecificityCalculatorUI> = {
|
|
|
99
100
|
faqTitle: 'Veelgestelde Vragen',
|
|
100
101
|
faq: faqData,
|
|
101
102
|
bibliographyTitle: 'Referenties en Documentatie',
|
|
102
|
-
bibliography
|
|
103
|
-
{
|
|
104
|
-
name: 'MDN Web Docs: CSS-specificiteit',
|
|
105
|
-
url: 'https://developer.mozilla.org/nl/docs/Web/CSS/Specificity',
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
name: 'W3C: Selectors Level 3 - Specificiteit',
|
|
109
|
-
url: 'https://www.w3.org/TR/selectors-3/#specificity',
|
|
110
|
-
},
|
|
111
|
-
],
|
|
103
|
+
bibliography,
|
|
112
104
|
howTo: howToData,
|
|
113
105
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
114
106
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssSpecificityCalculatorUI } from '../ui';
|
|
@@ -99,16 +100,7 @@ export const content: ToolLocaleContent<CssSpecificityCalculatorUI> = {
|
|
|
99
100
|
faqTitle: 'Często zadawane pytania',
|
|
100
101
|
faq: faqData,
|
|
101
102
|
bibliographyTitle: 'Źródła i Dokumentacja',
|
|
102
|
-
bibliography
|
|
103
|
-
{
|
|
104
|
-
name: 'MDN Web Docs: Specyficzność CSS',
|
|
105
|
-
url: 'https://developer.mozilla.org/pl/docs/Web/CSS/Specificity',
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
name: 'W3C: Selectors Level 3 - Specyficzność',
|
|
109
|
-
url: 'https://www.w3.org/TR/selectors-3/#specificity',
|
|
110
|
-
},
|
|
111
|
-
],
|
|
103
|
+
bibliography,
|
|
112
104
|
howTo: howToData,
|
|
113
105
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
114
106
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssSpecificityCalculatorUI } from '../ui';
|
|
@@ -99,16 +100,7 @@ export const content: ToolLocaleContent<CssSpecificityCalculatorUI> = {
|
|
|
99
100
|
faqTitle: 'Perguntas Frequentes',
|
|
100
101
|
faq: faqData,
|
|
101
102
|
bibliographyTitle: 'Referências e Documentação',
|
|
102
|
-
bibliography
|
|
103
|
-
{
|
|
104
|
-
name: 'MDN Web Docs: Especificidade CSS',
|
|
105
|
-
url: 'https://developer.mozilla.org/pt/docs/Web/CSS/Specificity',
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
name: 'W3C: Selectors Level 3 - Especificidade',
|
|
109
|
-
url: 'https://www.w3.org/TR/selectors-3/#specificity',
|
|
110
|
-
},
|
|
111
|
-
],
|
|
103
|
+
bibliography,
|
|
112
104
|
howTo: howToData,
|
|
113
105
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
114
106
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssSpecificityCalculatorUI } from '../ui';
|
|
@@ -99,16 +100,7 @@ export const content: ToolLocaleContent<CssSpecificityCalculatorUI> = {
|
|
|
99
100
|
faqTitle: 'Часто Задаваемые Вопросы',
|
|
100
101
|
faq: faqData,
|
|
101
102
|
bibliographyTitle: 'Ссылки и Документация',
|
|
102
|
-
bibliography
|
|
103
|
-
{
|
|
104
|
-
name: 'MDN Web Docs: CSS Specificity',
|
|
105
|
-
url: 'https://developer.mozilla.org/en/docs/Web/CSS/Specificity',
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
name: 'W3C: Selectors Level 3 - Specificity',
|
|
109
|
-
url: 'https://www.w3.org/TR/selectors-3/#specificity',
|
|
110
|
-
},
|
|
111
|
-
],
|
|
103
|
+
bibliography,
|
|
112
104
|
howTo: howToData,
|
|
113
105
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
114
106
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssSpecificityCalculatorUI } from '../ui';
|
|
@@ -99,16 +100,7 @@ export const content: ToolLocaleContent<CssSpecificityCalculatorUI> = {
|
|
|
99
100
|
faqTitle: 'Vanliga Frågor',
|
|
100
101
|
faq: faqData,
|
|
101
102
|
bibliographyTitle: 'Referenser och Dokumentation',
|
|
102
|
-
bibliography
|
|
103
|
-
{
|
|
104
|
-
name: 'MDN Web Docs: CSS Specificity',
|
|
105
|
-
url: 'https://developer.mozilla.org/en/docs/Web/CSS/Specificity',
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
name: 'W3C: Selectors Level 3 - Specificity',
|
|
109
|
-
url: 'https://www.w3.org/TR/selectors-3/#specificity',
|
|
110
|
-
},
|
|
111
|
-
],
|
|
103
|
+
bibliography,
|
|
112
104
|
howTo: howToData,
|
|
113
105
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
114
106
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssSpecificityCalculatorUI } from '../ui';
|
|
@@ -99,16 +100,7 @@ export const content: ToolLocaleContent<CssSpecificityCalculatorUI> = {
|
|
|
99
100
|
faqTitle: 'Sık Sorulan Sorular',
|
|
100
101
|
faq: faqData,
|
|
101
102
|
bibliographyTitle: 'Referanslar ve Belgeler',
|
|
102
|
-
bibliography
|
|
103
|
-
{
|
|
104
|
-
name: 'MDN Web Docs: CSS Specificity',
|
|
105
|
-
url: 'https://developer.mozilla.org/en/docs/Web/CSS/Specificity',
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
name: 'W3C: Selectors Level 3 - Specificity',
|
|
109
|
-
url: 'https://www.w3.org/TR/selectors-3/#specificity',
|
|
110
|
-
},
|
|
111
|
-
],
|
|
103
|
+
bibliography,
|
|
112
104
|
howTo: howToData,
|
|
113
105
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
114
106
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssSpecificityCalculatorUI } from '../ui';
|
|
@@ -99,16 +100,7 @@ export const content: ToolLocaleContent<CssSpecificityCalculatorUI> = {
|
|
|
99
100
|
faqTitle: '常见问题',
|
|
100
101
|
faq: faqData,
|
|
101
102
|
bibliographyTitle: '参考资料和文档',
|
|
102
|
-
bibliography
|
|
103
|
-
{
|
|
104
|
-
name: 'MDN Web Docs: CSS Specificity',
|
|
105
|
-
url: 'https://developer.mozilla.org/en/docs/Web/CSS/Specificity',
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
name: 'W3C: Selectors Level 3 - Specificity',
|
|
109
|
-
url: 'https://www.w3.org/TR/selectors-3/#specificity',
|
|
110
|
-
},
|
|
111
|
-
],
|
|
103
|
+
bibliography,
|
|
112
104
|
howTo: howToData,
|
|
113
105
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
114
106
|
seo: [
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
-
import {
|
|
4
|
-
import type { KnownLocale } from '../../types';
|
|
5
|
-
|
|
6
|
-
interface Props {
|
|
7
|
-
locale?: KnownLocale;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const { locale = 'es' } = Astro.props;
|
|
11
|
-
const content = await cssToInlineConverter.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{ name: 'Can I email: HTML and CSS Support Matrix for Emails', url: 'https://www.caniemail.com/features/html-style/' },
|
|
5
|
+
{ name: 'MDN Web Docs: The global style attribute', url: 'https://developer.mozilla.org/en/docs/Web/HTML/Global_attributes/style' },
|
|
6
|
+
{ name: 'DOMParser API: Safe in-browser parsing', url: 'https://developer.mozilla.org/en/docs/Web/API/DOMParser' },
|
|
7
|
+
];
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssToInlineConverterUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<CssToInlineConverterUI> = {
|
|
|
100
101
|
faqTitle: 'Häufig gestellte Fragen',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Referenzen und Dokumentation',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Can I email: HTML- und CSS-Unterstützungsmatrix für Emails',
|
|
106
|
-
url: 'https://www.caniemail.com/',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'MDN Web Docs: Das globale style-Attribut',
|
|
110
|
-
url: 'https://developer.mozilla.org/de/docs/Web/HTML/Global_attributes/style',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'DOMParser API: Sicheres Parsen im Browser',
|
|
114
|
-
url: 'https://developer.mozilla.org/de/docs/Web/API/DOMParser',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssToInlineConverterUI } from '../ui';
|
|
@@ -11,7 +12,7 @@ const faqData = [
|
|
|
11
12
|
{
|
|
12
13
|
question: 'Why do emails need inline CSS instead of external stylesheets?',
|
|
13
14
|
answer:
|
|
14
|
-
'Email clients like Outlook, Gmail, or Apple Mail filter or ignore <link> and <style> tags for security reasons. The
|
|
15
|
+
'Email clients like Outlook, Gmail, or Apple Mail filter or ignore <link> and <style> tags for security reasons. The most compatible approach is to embed the style directly in the style attribute of each HTML element.',
|
|
15
16
|
},
|
|
16
17
|
{
|
|
17
18
|
question: 'What happens if an element already has its own style attribute?',
|
|
@@ -26,7 +27,7 @@ const faqData = [
|
|
|
26
27
|
{
|
|
27
28
|
question: 'Is my HTML and CSS code sent to any server?',
|
|
28
29
|
answer:
|
|
29
|
-
'No. All processing happens
|
|
30
|
+
'No. All processing happens in your browser using the native DOMParser API. The tool does not send your code to a server, so your template stays on your device during the conversion.',
|
|
30
31
|
},
|
|
31
32
|
];
|
|
32
33
|
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<CssToInlineConverterUI> = {
|
|
|
100
101
|
faqTitle: 'Frequently Asked Questions',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'References and Documentation',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Can I email: HTML and CSS Support Matrix for Emails',
|
|
106
|
-
url: 'https://www.caniemail.com/',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'MDN Web Docs: The global style attribute',
|
|
110
|
-
url: 'https://developer.mozilla.org/en/docs/Web/HTML/Global_attributes/style',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'DOMParser API: Safe in-browser parsing',
|
|
114
|
-
url: 'https://developer.mozilla.org/en/docs/Web/API/DOMParser',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssToInlineConverterUI } from '../ui';
|
|
@@ -11,7 +12,7 @@ const faqData = [
|
|
|
11
12
|
{
|
|
12
13
|
question: '¿Por qué los emails necesitan CSS inline y no externo?',
|
|
13
14
|
answer:
|
|
14
|
-
'Los clientes de correo como Outlook, Gmail o Apple Mail filtran o ignoran las etiquetas <link> y <style> por razones de seguridad. La
|
|
15
|
+
'Los clientes de correo como Outlook, Gmail o Apple Mail filtran o ignoran las etiquetas <link> y <style> por razones de seguridad. La opción más compatible es incrustar el estilo directamente en el atributo style de cada elemento HTML.',
|
|
15
16
|
},
|
|
16
17
|
{
|
|
17
18
|
question: '¿Qué ocurre si un elemento tiene ya un atributo style propio?',
|
|
@@ -26,7 +27,7 @@ const faqData = [
|
|
|
26
27
|
{
|
|
27
28
|
question: '¿Mi código HTML y CSS se envía a algún servidor?',
|
|
28
29
|
answer:
|
|
29
|
-
'No. Todo el procesamiento ocurre
|
|
30
|
+
'No. Todo el procesamiento ocurre en tu navegador usando la DOMParser API nativa. La herramienta no envía tu código a un servidor, así que la plantilla permanece en tu dispositivo durante la conversión.',
|
|
30
31
|
},
|
|
31
32
|
];
|
|
32
33
|
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<CssToInlineConverterUI> = {
|
|
|
100
101
|
faqTitle: 'Preguntas Frecuentes',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Referencias y Documentación',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Can I email: La matriz de soporte HTML y CSS para Emails',
|
|
106
|
-
url: 'https://www.caniemail.com/',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'MDN Web Docs: El atributo global de estilo (style)',
|
|
110
|
-
url: 'https://developer.mozilla.org/es/docs/Web/HTML/Global_attributes/style',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'DOMParser API: Parseo seguro en el navegador',
|
|
114
|
-
url: 'https://developer.mozilla.org/es/docs/Web/API/DOMParser',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -153,7 +141,7 @@ export const content: ToolLocaleContent<CssToInlineConverterUI> = {
|
|
|
153
141
|
items: [
|
|
154
142
|
'<strong>Parseo Seguro:</strong> Utiliza la <code>DOMParser API</code> para transformar temporalmente el HTML de entrada en un DOM virtual seguro dentro de tu navegador.',
|
|
155
143
|
'<strong>Simulación de Cascada:</strong> Analiza tus reglas CSS, aplica pesos de especificidad a los selectores y muta los atributos <code>style</code> de los elementos seleccionados inyectando el código.',
|
|
156
|
-
'<strong>
|
|
144
|
+
'<strong>Procesamiento local:</strong> La herramienta trabaja en tu navegador y no envía tu código a un servidor.',
|
|
157
145
|
],
|
|
158
146
|
},
|
|
159
147
|
],
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssToInlineConverterUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<CssToInlineConverterUI> = {
|
|
|
100
101
|
faqTitle: 'Questions Fréquentes',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Références et Documentation',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Can I email: Matrice de support HTML et CSS pour les Emails',
|
|
106
|
-
url: 'https://www.caniemail.com/',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'MDN Web Docs: L\'attribut global style',
|
|
110
|
-
url: 'https://developer.mozilla.org/fr/docs/Web/HTML/Global_attributes/style',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'DOMParser API: Analyse sécurisée dans le navigateur',
|
|
114
|
-
url: 'https://developer.mozilla.org/fr/docs/Web/API/DOMParser',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssToInlineConverterUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<CssToInlineConverterUI> = {
|
|
|
100
101
|
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Referensi dan Dokumentasi',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Can I email: Matriks Dukungan HTML dan CSS untuk Email',
|
|
106
|
-
url: 'https://www.caniemail.com/',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'MDN Web Docs: Atribut global style',
|
|
110
|
-
url: 'https://developer.mozilla.org/en/docs/Web/HTML/Global_attributes/style',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'DOMParser API: Parsing aman di dalam browser',
|
|
114
|
-
url: 'https://developer.mozilla.org/en/docs/Web/API/DOMParser',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssToInlineConverterUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<CssToInlineConverterUI> = {
|
|
|
100
101
|
faqTitle: 'Domande frequenti',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Riferimenti e documentazione',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Can I email: Matrice di supporto HTML e CSS per le email',
|
|
106
|
-
url: 'https://www.caniemail.com/',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'MDN Web Docs: L\'attributo globale style',
|
|
110
|
-
url: 'https://developer.mozilla.org/it/docs/Web/HTML/Global_attributes/style',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'DOMParser API: Parsing sicuro nel browser',
|
|
114
|
-
url: 'https://developer.mozilla.org/it/docs/Web/API/DOMParser',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssToInlineConverterUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<CssToInlineConverterUI> = {
|
|
|
100
101
|
faqTitle: 'よくある質問',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: '参考資料とドキュメント',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Can I email: メール向けHTMLおよびCSSサポートマトリクス',
|
|
106
|
-
url: 'https://www.caniemail.com/',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'MDN Web Docs: グローバルstyle属性',
|
|
110
|
-
url: 'https://developer.mozilla.org/ja/docs/Web/HTML/Global_attributes/style',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'DOMParser API: ブラウザ内の安全なパース処理',
|
|
114
|
-
url: 'https://developer.mozilla.org/ja/docs/Web/API/DOMParser',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssToInlineConverterUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<CssToInlineConverterUI> = {
|
|
|
100
101
|
faqTitle: '자주 묻는 질문',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: '참고 자료 및 문서',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Can I email: 이메일용 HTML 및 CSS 지원 매트릭스',
|
|
106
|
-
url: 'https://www.caniemail.com/',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'MDN Web Docs: 글로벌 style 속성',
|
|
110
|
-
url: 'https://developer.mozilla.org/ko/docs/Web/HTML/Global_attributes/style',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'DOMParser API: 브라우저 내 안전한 파싱',
|
|
114
|
-
url: 'https://developer.mozilla.org/ko/docs/Web/API/DOMParser',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssToInlineConverterUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<CssToInlineConverterUI> = {
|
|
|
100
101
|
faqTitle: 'Veelgestelde vragen',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Referenties en documentatie',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Can I email: HTML- en CSS-ondersteuningsmatrix voor emails',
|
|
106
|
-
url: 'https://www.caniemail.com/',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'MDN Web Docs: Het globale style-attribuut',
|
|
110
|
-
url: 'https://developer.mozilla.org/nl/docs/Web/HTML/Global_attributes/style',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'DOMParser API: Veilig parseren in de browser',
|
|
114
|
-
url: 'https://developer.mozilla.org/nl/docs/Web/API/DOMParser',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssToInlineConverterUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<CssToInlineConverterUI> = {
|
|
|
100
101
|
faqTitle: 'Często Zadawane Pytania',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Referencje i Dokumentacja',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Can I email: Macierz Wsparcia HTML i CSS do Wiadomości Email',
|
|
106
|
-
url: 'https://www.caniemail.com/',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'MDN Web Docs: Globalny atrybut style',
|
|
110
|
-
url: 'https://developer.mozilla.org/en/docs/Web/HTML/Global_attributes/style',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'API DOMParser: Bezpieczne analizowanie w przeglądarce',
|
|
114
|
-
url: 'https://developer.mozilla.org/en/docs/Web/API/DOMParser',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssToInlineConverterUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<CssToInlineConverterUI> = {
|
|
|
100
101
|
faqTitle: 'Perguntas Frequentes',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Referências e Documentação',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Can I email: Matriz de Suporte HTML e CSS para Emails',
|
|
106
|
-
url: 'https://www.caniemail.com/',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'MDN Web Docs: O atributo global style',
|
|
110
|
-
url: 'https://developer.mozilla.org/en/docs/Web/HTML/Global_attributes/style',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'API DOMParser: Análise Segura no Navegador',
|
|
114
|
-
url: 'https://developer.mozilla.org/en/docs/Web/API/DOMParser',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssToInlineConverterUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<CssToInlineConverterUI> = {
|
|
|
100
101
|
faqTitle: 'Часто Задаваемые Вопросы',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Ссылки и Документация',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Can I email: Матрица Поддержки HTML и CSS для Email',
|
|
106
|
-
url: 'https://www.caniemail.com/',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'MDN Web Docs: Глобальный атрибут style',
|
|
110
|
-
url: 'https://developer.mozilla.org/en/docs/Web/HTML/Global_attributes/style',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'API DOMParser: Безопасный парсинг в браузере',
|
|
114
|
-
url: 'https://developer.mozilla.org/en/docs/Web/API/DOMParser',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CssToInlineConverterUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<CssToInlineConverterUI> = {
|
|
|
100
101
|
faqTitle: 'Vanliga Frågor',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Referenser och Dokumentation',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Can I email: HTML och CSS-stödmatris för Epost',
|
|
106
|
-
url: 'https://www.caniemail.com/',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'MDN Web Docs: Det globala style-attributet',
|
|
110
|
-
url: 'https://developer.mozilla.org/en/docs/Web/HTML/Global_attributes/style',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'DOMParser API: Säker parsning i webbläsaren',
|
|
114
|
-
url: 'https://developer.mozilla.org/en/docs/Web/API/DOMParser',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|