|
1234567 |
- <p><abbr title="World Wide Web">WWW</abbr> at start of doc should match</p>
- <p>A simple case: <abbr title="World Wide Web">WWW</abbr></p>
- <p>A longer version: <abbr title="World Wide Web of Wonder :)">WWWW</abbr> shouldn't match the short one</p>
- <p>This shouldn't match: aWWW nor this: WWWa.</p>
- <p>This should: (<abbr title="World Wide Web">WWW</abbr>) as should this <em><abbr title="World Wide Web">WWW</abbr></em>.</p>
- <p>Multiword abbreviations like "<abbr title="Markdown made Better!">Markdown Deep</abbr>" should also work.</p>
-
|