diff options
Diffstat (limited to 'files/ru/web/api/htmlorforeignelement/nonce/index.html')
-rw-r--r-- | files/ru/web/api/htmlorforeignelement/nonce/index.html | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/files/ru/web/api/htmlorforeignelement/nonce/index.html b/files/ru/web/api/htmlorforeignelement/nonce/index.html deleted file mode 100644 index cc7dab7e12..0000000000 --- a/files/ru/web/api/htmlorforeignelement/nonce/index.html +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: HTMLElement.nonce -slug: Web/API/HTMLOrForeignElement/nonce -translation_of: Web/API/HTMLOrForeignElement/nonce -original_slug: Web/API/HTMLElement/nonce ---- -<p>{{SeeCompatTable}}{{APIRef("HTML DOM")}}</p> - -<p>Свойство <strong><code>nonce</code></strong> интерфейса {{domxref("HTMLElement")}} возвращает криптографический номер, который используется политикой безопасности содержимого для определения того, будет ли разрешена дальнейшая работа с данной выборкой.</p> - -<p>В более поздних реализациях элементы, имеющие атрибут nonce, предоставляют его только скриптам (а не сторонним каналам, таким как селекторы атрибутов CSS).</p> - -<h2 id="Syntax">Syntax</h2> - -<pre class="syntaxbox">var <em>nonce</em> = HTMLElement.nonce -HTMLElement.nonce = <em>nonce</em></pre> - -<h3 id="Value">Value</h3> - -<p>Криптографический код.</p> - -<h2 id="Specifications">Specifications</h2> - -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Specification</th> - <th scope="col">Status</th> - <th scope="col">Comment</th> - </tr> - <tr> - <td>{{SpecName('HTML WHATWG','#attr-nonce','nonce')}}</td> - <td>{{Spec2('HTML WHATWG')}}</td> - <td>Первоначальное определение.</td> - </tr> - </tbody> -</table> - -<h2 id="Browser_Compatibility">Browser Compatibility</h2> - -<div> -<p>{{Compat("api.HTMLElement.nonce")}}</p> -</div> |