Skip to content

Commit

Permalink
Typo fixed #34
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersEkl committed Apr 26, 2024
1 parent 7069ca6 commit c23c2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guidelines/guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ Consider the following example:
</section>
```

Here, there is more content belonging to the outer `<section>` element after the closing of the sub-section. In cases like this, there may be a need for a continuation heading, that tells the user that text belonging to the `<h[x]>` heading will continue. This heading will have the same level as the initial heading of the section, but must also have the class attributes `no-toc` and `cont-hd`. The contents of the heading must be the same as the initial heading with the text "(continued)" added. Note that this addition is language dependent and language-specific terms can be found in section 5.2.4. The exampel above would then be:
Here, there is more content belonging to the outer `<section>` element after the closing of the sub-section. In cases like this, there may be a need for a continuation heading, that tells the user that text belonging to the `<h[x]>` heading will continue. This heading will have the same level as the initial heading of the section, but must also have the class attributes `no-toc` and `cont-hd`. The contents of the heading must be the same as the initial heading with the text "(continued)" added. Note that this addition is language dependent and language-specific terms can be found in section 5.2.4. The example above would then be:

```html
<section>
Expand Down

0 comments on commit c23c2ca

Please sign in to comment.