You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Abbreviations(ExtraMode).html 552 B

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

No Description