Skip to content

Commit

Permalink
Update files/ja/web/api/document/createtreewalker/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
conao3 and github-actions[bot] authored Dec 4, 2024
1 parent 4cc633b commit cb42aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/ja/web/api/document/createtreewalker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ createTreeWalker(root, whatToShow, filter)

| 定数 | 数値 | 説明 |
| -------------------------------------------------------- | ------------ | --------------------------------------------------------- |
| `NodeFilter.SHOW_ALL` | `0xFFFFFFFF` | すべてのノードを出力します。 |
| `NodeFilter.SHOW_ALL` | `0xFFFFFFFF` | すべてのノードを出力します。 |
| `NodeFilter.SHOW_ATTRIBUTE` | `0x2` | {{domxref("Attr")}} ノードを出力します。 |
| `NodeFilter.SHOW_CDATA_SECTION` | `0x8` | {{domxref("CDATASection")}} ノードを出力します。 |
| `NodeFilter.SHOW_COMMENT` | `0x80` | {{domxref("Comment")}} ノードを出力します。 |
Expand Down

0 comments on commit cb42aaf

Please sign in to comment.