From a6abbeba1e66e98b284d12611590f9cf3a2a562d Mon Sep 17 00:00:00 2001 From: gleachkr Date: Thu, 23 Dec 2021 16:56:56 -0600 Subject: [PATCH] Update with MSC number --- proposals/{XXXX-pdf-markup.md => 3592-pdf-markup.md} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename proposals/{XXXX-pdf-markup.md => 3592-pdf-markup.md} (88%) diff --git a/proposals/XXXX-pdf-markup.md b/proposals/3592-pdf-markup.md similarity index 88% rename from proposals/XXXX-pdf-markup.md rename to proposals/3592-pdf-markup.md index 09d2c5722..f021e420d 100644 --- a/proposals/XXXX-pdf-markup.md +++ b/proposals/3592-pdf-markup.md @@ -64,7 +64,7 @@ follows: ``` m.markup.location: { - m.markup.pdf.text: { + m.markup.pdf.highlight: { rect: {left: ..., right: ..., top: ..., bottom: ...} contents: ... quadPoints: [...] @@ -107,4 +107,7 @@ None. ## Unstable prefix -TBD +| Proposed Final Identifier | Purpose | Development Identifier | +| ------------------------- | ---------------------------------------------------------- | ----------------------------------------- | +| `m.markup.pdf.text` | key in `m.markup.location` | `com.open-tower.msc3592.markup.text` | +| `m.markup.pdf.highlight` | key in `m.markup.location` | `com.open-tower.msc3592.markup.highlight` |