Update DelayedClipboardRenderingExplainer.md

This commit is contained in:
Ana Sollano Kim 2023-03-03 15:33:37 -08:00 коммит произвёл GitHub
Родитель f4624d48ba
Коммит 78d74418be
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,7 +11,7 @@ This document is a starting point for engaging the community and standards bodie
## Introduction
Delayed clipboard rendering is the ability to delay the generation of a particular payload until it is needed by the target applications. It is useful when source applications support several clipboard formats, some or all of which are time-consuming to render. Delayed clipboard rendering enables web authors to specifically mark delayed rendered payloads and avoid producing them if theyre not requested by target applications. Currently, delayed rendering is supported in Linux, Mac OS X, and Windows.
Delayed clipboard rendering is the ability to delay the generation of a particular payload until it is needed by the target applications. It is useful when source applications support several clipboard formats, some or all of which are time-consuming to render. Currently, delayed rendering is supported in Linux, Mac OS X, and Windows.
## Background