Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions patching-explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,21 @@ Appending could also be supported with another keyword:
</template>
```

### Void markers

TODO

```html
<div marker="results-start:results-end">
Before
<!mark name=results-start>
Results
<!mark name=results-end>
</div>
```

TODO

### Avoiding overwriting with identical content

Some content might need to remain unchanged in certain conditions. For example, displaying a chat widget in all pages but the home, but not reloading it between pages.
Expand Down