From c68ea8a70e2e0f3504603ba707b83b4d4bd938ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aki=20=F0=9F=8C=B9?= Date: Tue, 28 May 2024 15:03:16 -0700 Subject: [PATCH] Markup: minor modifications/improvements for PDF gen - Add theads to all tables - Pivot the same tables as 78bc52910aaf123c31fab11bbc9ce330c1198bdf - Fix svgs for Prince - Compress SVGs --- img/ecma-header.svg | 1 + img/ecma-logo.svg | 121 +- img/module-graph-cycle-async.svg | 70 +- img/module-graph-cycle.svg | 64 +- img/module-graph-missing.svg | 49 +- img/module-graph-simple.svg | 57 +- img/print-front-cover.svg | 57 + img/print-inside-cover.svg | 59 + spec.html | 2092 ++++++++++++++++-------------- 9 files changed, 1271 insertions(+), 1299 deletions(-) create mode 100644 img/ecma-header.svg create mode 100644 img/print-front-cover.svg create mode 100644 img/print-inside-cover.svg diff --git a/img/ecma-header.svg b/img/ecma-header.svg new file mode 100644 index 0000000000..5eaffa9d75 --- /dev/null +++ b/img/ecma-header.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/ecma-logo.svg b/img/ecma-logo.svg index 9fee7c8f3b..32020be0a5 100644 --- a/img/ecma-logo.svg +++ b/img/ecma-logo.svg @@ -1,120 +1 @@ - -image/svg+xml \ No newline at end of file + \ No newline at end of file diff --git a/img/module-graph-cycle-async.svg b/img/module-graph-cycle-async.svg index d9da548aa3..3eceed2d3f 100644 --- a/img/module-graph-cycle-async.svg +++ b/img/module-graph-cycle-async.svg @@ -1,69 +1 @@ - - - - - - - - - - -A - - -B - - -C - - -D - - -E - - - - - - - - - - +ABCDE \ No newline at end of file diff --git a/img/module-graph-cycle.svg b/img/module-graph-cycle.svg index ecf7d58520..4944c21656 100644 --- a/img/module-graph-cycle.svg +++ b/img/module-graph-cycle.svg @@ -1,63 +1 @@ - - - - - - - - - - -A - - -B - - -C - - - - - - - - - +ABC \ No newline at end of file diff --git a/img/module-graph-missing.svg b/img/module-graph-missing.svg index e37d9f7614..e849edced4 100644 --- a/img/module-graph-missing.svg +++ b/img/module-graph-missing.svg @@ -1,48 +1 @@ - - - - - - - - - - -A - - -??? - - - - - +A??? \ No newline at end of file diff --git a/img/module-graph-simple.svg b/img/module-graph-simple.svg index 055ad7a660..355ebcff3c 100644 --- a/img/module-graph-simple.svg +++ b/img/module-graph-simple.svg @@ -1,56 +1 @@ - - - - - - - - - - -A - - -B - - -C - - - - - - +ABC \ No newline at end of file diff --git a/img/print-front-cover.svg b/img/print-front-cover.svg new file mode 100644 index 0000000000..c4fa79e39c --- /dev/null +++ b/img/print-front-cover.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ECMA-262 + 15 + th + + + Edition / June 2024 + + + ECMAScript + ® + 2024 + + + + + + + Language Specification + + + + + diff --git a/img/print-inside-cover.svg b/img/print-inside-cover.svg new file mode 100644 index 0000000000..c0f6f02de9 --- /dev/null +++ b/img/print-inside-cover.svg @@ -0,0 +1,59 @@ + + + + + + + COPYRIGHT PROTECTED DOCUMENT + + + Ecma International + Rue du Rhone 114 CH-1204 Geneva + Tel: +41 22 849 6000 + Fax: +41 22 849 6001 + Web: + + + https://www.ecma-international.org + + + + + © Ecma International + + + + + + + + is the registered trademark of Ecma International + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/spec.html b/spec.html index dc31c1a31a..de2cdf37c8 100644 --- a/spec.html +++ b/spec.html @@ -3,38 +3,6 @@