Skip to content

Commit

Permalink
Add definition of character
Browse files Browse the repository at this point in the history
Closes GH-21.
  • Loading branch information
wooorm committed Nov 18, 2018
1 parent 59b8f73 commit 49032b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ The `line` field (1-indexed integer) represents a line in a source file.
The `column` field (1-indexed integer) represents a column in a source file.
The `offset` field (0-indexed integer) represents a character in a source file.

The term character means a (UTF-16) code unit which is defined in the
[Web IDL][webidl] specification.

#### `Data`

```idl
Expand Down

0 comments on commit 49032b9

Please sign in to comment.