Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Nov 5, 2024
1 parent 1e6dcbc commit 65e7f6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .vscode/dictionaries/ignore-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ gaesamplesite
gims
globalprivacycontrol.org
GNF576746573fhdg4737dh4
gogerychwyrndrobwllllantysiliogogogoch
Graece
gubergren
hellonode
Expand Down Expand Up @@ -230,6 +231,7 @@ potenti
PPCCLL
proinde
public-webapps
pwllgwyngyll
pwllgwyngyllgogerychwyrngogogoch
PXHQTXP
Quaaaack
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/learn/html/cheatsheet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ see &#x3C;cite>The Monster Book of Monsters&#x3C;/cite>.</pre
<td id="wbr-example">
<pre class="brush: html">
&#x3C;div style="width: 200px">
Llanfair&#x3C;wbr>pwllgwyngyllgogerychwyrngogogoch.
Llanfair&#x3C;wbr>pwllgwyngyll&#x3C;wbr>gogerychwyrndrobwllllantysiliogogogoch.
&#x3C;/div></pre
>
{{EmbedLiveSample("wbr-example", 100, 80)}}
Expand Down
6 changes: 2 additions & 4 deletions files/en-us/web/css/css_text/wrapping_breaking_text/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ page-type: guide

{{CSSRef}}

<!-- cSpell:ignore pwllgwyngy -->

This guide explains the various ways in which overflowing text can be managed in CSS.

## What is overflowing text?
Expand Down Expand Up @@ -169,7 +167,7 @@ To add hyphens when words are broken, use the CSS {{cssxref("hyphens")}} propert

```html live-sample___hyphens
<div class="box">
Llanfair&shy;pwllgwyngy&shy;llgogerychwyrndrobwllllantysiliogogogoch
Llanfair&shy;pwllgwyngyll&shy;gogerychwyrndrobwllllantysiliogogogoch
</div>
```

Expand Down Expand Up @@ -198,7 +196,7 @@ In the below example the text breaks in the location of the {{HTMLElement("wbr")

```html live-sample___wbr
<div class="box">
Llanfair<wbr />pwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch
Llanfair<wbr />pwllgwyngyll<wbr />gogerychwyrndrobwllllantysiliogogogoch
</div>
```

Expand Down

0 comments on commit 65e7f6c

Please sign in to comment.