From c4d32f722f8231d43ba186e4191080862b1d5293 Mon Sep 17 00:00:00 2001 From: Mohammed Keyvanzadeh Date: Sun, 22 Oct 2023 21:16:41 -0700 Subject: [PATCH] Markup: add alt text to Ecma logo (#3152) This is the only `` element without an alt text in the entire specification, so add an alt text. --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 40873cf675..e431f4f1cc 100644 --- a/spec.html +++ b/spec.html @@ -58,7 +58,7 @@ location: https://tc39.es/ecma262/ markEffects: true -

+

About this Specification

The document at https://tc39.es/ecma262/ is the most accurate and up-to-date ECMAScript specification. It contains the content of the most recent yearly snapshot plus any finished proposals (those that have reached Stage 4 in the proposal process and thus are implemented in several implementations and will be in the next practical revision) since that snapshot was taken.