From Jason Turner

[fs.path.itr]

Diff to HTML by rtfpessoa

tmp/tmpv3ntx2e3/{from.md → to.md} RENAMED
@@ -14,13 +14,13 @@ iterators referring to elements of that object.
14
 
15
  For the elements of the pathname in the generic format, the forward
16
  traversal order is as follows:
17
 
18
  - The *root-name* element, if present.
19
- - The *root-directory* element, if present. \[*Note 1*: The generic
20
- format is required to ensure lexicographical comparison works
21
- correctly. — *end note*]
22
  - Each successive *filename* element, if present.
23
  - An empty element, if a trailing non-root *directory-separator* is
24
  present.
25
 
26
  The backward traversal order is the reverse of forward traversal.
 
14
 
15
  For the elements of the pathname in the generic format, the forward
16
  traversal order is as follows:
17
 
18
  - The *root-name* element, if present.
19
+ - The *root-directory* element, if present. \[*Note 1*: It is possible
20
+ that the use of the generic format is needed to ensure correct
21
+ lexicographical comparison. — *end note*]
22
  - Each successive *filename* element, if present.
23
  - An empty element, if a trailing non-root *directory-separator* is
24
  present.
25
 
26
  The backward traversal order is the reverse of forward traversal.