Skip to content

Commit

Permalink
fix a bug (#14013)
Browse files Browse the repository at this point in the history
  • Loading branch information
silence1018 committed Jul 3, 2023
1 parent 4815a83 commit 0d1f08a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ slug: Web/API/Document_Object_Model/Whitespace
4. 之后,任何紧跟在另一个空格之后的空格(甚至跨越两个独立的行内元素)都会被忽略,所以我们会得到:

```html-nolint
<h1>Hello◦<span>World!</span></h1>
<h1>Hello◦<span>World!</span></h1>
```

5. 最后,元素开头和结尾的空格序列被删除,所以我们最终得到了:
Expand Down

0 comments on commit 0d1f08a

Please sign in to comment.