Greenville Deli

Antidisestablishmentarianism

05 Oct 2009 no comments adfltw2020

Title should not overflow the content area

A few things to check for:

  • Non-breaking text in the title, content, and comments should have no adverse effects on layout or functionality.
  • Check the browser window / tab title.
  • If you are a plugin or widget developer, check that this text does not break anything.

The following CSS properties will help you support non-breaking text.

-ms-word-wrap: break-word;
word-wrap: break-word;

 

05 Sep 2009 no comments adfltw2020

This post has no title, but it still must link to the single post view somehow.

This is typically done by placing the permalink on the post date.

Edge Case: No Content

06 Aug 2009 no comments adfltw2020

Edge Case: Many Categories

02 Jul 2009 no comments adfltw2020

This post has many categories.

Edge Case: Many Tags

01 Jun 2009 no comments adfltw2020

This post has many tags.

Edge Case: Nested And Mixed Lists

15 May 2009 no comments adfltw2020

Nested and mixed lists are an interesting beast. It’s a corner case to make sure that

  • Lists within lists do not break the ordered list numbering order
  • Your list styles go deep enough.

Ordered – Unordered – Ordered

  1. ordered item
  2. ordered item
    • unordered
    • unordered
      1. ordered item
      2. ordered item
  3. ordered item
  4. ordered item

Ordered – Unordered – Unordered

  1. ordered item
  2. ordered item
    • unordered
    • unordered
      • unordered item
      • unordered item
  3. ordered item
  4. ordered item

Unordered – Ordered – Unordered

  • unordered item
  • unordered item
    1. ordered
    2. ordered
      • unordered item
      • unordered item
  • unordered item
  • unordered item

Unordered – Unordered – Ordered

  • unordered item
  • unordered item
    • unordered
    • unordered
      1. ordered item
      2. ordered item
  • unordered item
  • unordered item