Skip to content

Commit

Permalink
Make a reference to a "this" object explicit.
Browse files Browse the repository at this point in the history
No behavior change implied.
  • Loading branch information
inexorabletash committed Jun 14, 2023
1 parent 195b66a commit 2b9e928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ partial interface File {
};
</xmp>

The <dfn attribute for=File>webkitRelativePath</dfn> getter steps are to return the file's [=relative path=], or the empty string if not specified.
The <dfn attribute for=File>webkitRelativePath</dfn> getter steps are to return [=/this=]'s [=relative path=], or the empty string if not specified.


<!-- ============================================================ -->
Expand Down

0 comments on commit 2b9e928

Please sign in to comment.