Skip to content

Commit dab86a1

Browse files
editorial: export "try" / "trying" dfn (#1766)
SHA: e91f9d8 Reason: push, by thiagowfx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7c6ef54 commit dab86a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
.mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
192192
.mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
193193
</style>
194-
<meta name="revision" content="7366efb1f2e447591c51cbe61c2275ebbcf7f2c2">
194+
<meta name="revision" content="e91f9d8c34a99204b0f61ebc0236b71165b01f0c">
195195
<meta name="description" content="WebDriver is a remote control interface
196196
that enables introspection and control of user agents.
197197
It provides a platform- and language-neutral wire protocol
@@ -279,7 +279,7 @@
279279
],
280280
"profile": "web-platform"
281281
},
282-
"gitRevision": "7366efb1f2e447591c51cbe61c2275ebbcf7f2c2",
282+
"gitRevision": "e91f9d8c34a99204b0f61ebc0236b71165b01f0c",
283283
"publishISODate": "2023-11-14T00:00:00.000Z",
284284
"generatedSubtitle": "W3C Editor's Draft 14 November 2023"
285285
}</script>
@@ -700,7 +700,7 @@ <h1 id="title" class="title">WebDriver</h1>
700700

701701
</p><p>When calling a fallible algorithm,
702702
the construct “Let <var>result</var> be the result
703-
of <dfn data-lt="try|trying" id="dfn-try" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">trying</dfn> to call <var>algorithm</var>”
703+
of <dfn class="export" data-lt="try|trying" data-export="" id="dfn-try" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">trying</dfn> to call <var>algorithm</var>”
704704
is equivalent to
705705

706706
</p><ol>
@@ -14546,7 +14546,7 @@ <h1 id="title" class="title">WebDriver</h1>
1454614546
<span class="caret"></span>
1454714547
<div>
1454814548
<a class="self-link" href="#dfn-try" aria-label="Permalink for definition: trying. Activate to close this dialog.">Permalink</a>
14549-
14549+
<span class="marker dfn-exported" title="Definition can be referenced by other specifications">exported</span>
1455014550
</div>
1455114551
<p><b>Referenced in:</b></p>
1455214552
<ul>

0 commit comments

Comments
 (0)