From 44d8244f9e11f30b43604886fa996a0090a17802 Mon Sep 17 00:00:00 2001 From: Peter Gervai Date: Wed, 21 May 2025 12:18:36 +0200 Subject: [PATCH] Fix most basic html errors in index.html As [validator](https://validator.w3.org/nu/?doc=https%3A%2F%2Fogp.me%2F) suggests, some of the most obvious tagging errors fixed. I didn't touch harmless stuff like `
` or those requiring CSS update, stuff like `name` on `a` instead of `id` or obsolete syntax (like `width` on `th`). --- index.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index cb87961..09bff66 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + The Open Graph protocol @@ -301,27 +301,27 @@

- Boolean + Boolean A Boolean represents a true or false value true, false, 1, 0 - DateTime + DateTime A DateTime represents a temporal value composed of a date (year, month, day) and an optional time component (hours, minutes) ISO 8601 - Enum + Enum A type consisting of bounded set of constant string values (enumeration members). A string value that is a member of the enumeration - Float + Float A 64-bit signed floating point number All literals that conform to the following formats:

1.234
@@ -333,7 +333,7 @@

- Integer + Integer A 32-bit signed integer. In many languages integers over 32-bits become floats, so we limit Open Graph protocol for easy multi-language use. All literals that conform to the following formats:

@@ -343,13 +343,13 @@

- String + String A sequence of Unicode characters All literals composed of Unicode characters with no escape characters - URL + URL A sequence of Unicode characters that identify an Internet resource. All valid URLs that utilize the https:// or https:// protocols @@ -387,6 +387,5 @@