Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion webdriver-spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ <h3>Introduction</h3>

<section>
<h3>Algorithms</h3>

<p>Various parts of this specification are written in terms of step-by-step algorithms.
The details of these algorithms do not have any normative significance;
implementations are free to adopt any implementation strategy
Expand All @@ -242,7 +243,7 @@ <h3>Algorithms</h3>
which encapsulates the value returned,
whereas an <a>error</a> response has an associated <a>error code</a>.

<p>The result of <dfn>getting a property</dfn>with name <var>name</var>
<p>The result of <dfn>getting a property</dfn> with name <var>name</var>
from an [[!ECMA-262]] Object <var>object</var>
is defined as the result of calling
the <a href=http://www.ecma-international.org/ecma-262/5.1/#sec-8.12.1>[[\GetOwnProperty]]</a>
Expand Down