Skip to content

Commit

Permalink
fix: auto-cleanup by bot (#34821)
Browse files Browse the repository at this point in the history
chore: auto-fix Markdownlint, Prettier, and front-matter issues
  • Loading branch information
mdn-bot authored Jul 13, 2024
1 parent a1ffb60 commit 52e9b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Include a description of the property's value, including data type and what it r
> A string representing...
Note that some property pages are written in the form "Returns a [name of the property type] representing..." but this is not the recommended form.
Also, some WebIDL extended attributes with specific meanings can be associated with the type. There are standard ways to document them; consult [Information contained in a WebIDL file](/en-US/docs/MDN/Writing_guidelines/Howto/Write_an_API_reference/Information_contained_in_a_WebIDL_file#type_of_the_property) for more information.
Also, some WebIDL extended attributes with specific meanings can be associated with the type. There are standard ways to document them; consult [Information contained in a WebIDL file](/en-US/docs/MDN/Writing_guidelines/Howto/Write_an_api_reference/Information_contained_in_a_WebIDL_file#type_of_the_property) for more information.
## Examples
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ However, if the WebVTT file is used in a {{HTMLElement("track")}} element where
```

The following tags are the HTML tags allowed in a cue and require opening and closing tags (e.g., `<b>text</b>`).
Text marked up with these tags can be formatted in [`STYLE` blocks](/en-US/docs/Web/API/WebVTT_API/Web_Video_Text_Tracks_Format#style_blocks) using the {{cssxref("::cue")}} pseudo-element.
Text marked up with these tags can be formatted in [`STYLE` blocks](#style_blocks) using the {{cssxref("::cue")}} pseudo-element.

- Italics tag (`<i></i>`)

Expand Down

0 comments on commit 52e9b4b

Please sign in to comment.