Firebug notices an invalid CSS attribute value:

line 87 column 54 - Warning: <form> attribute "id" has invalid value "-facebook-status-status"

I guess it shouldn't have that stroke at the beginning.

Comments

icecreamyou’s picture

Status: Active » Postponed

True, and I don't really care. The ID is from Drupal taking the name of the function that generates the form and replacing underscores with hyphens. The function name starts with an underscore because that ensures it will not accidentally be considered a hook implementation.

However, I understand that some people have a craving for perfection even in the most trivial of cases, so I'll change the function name before 2.0.

icecreamyou’s picture

Status: Postponed » Active

I'm hoping to get to this this weekend.

icecreamyou’s picture

Status: Active » Fixed

Fixed locally, will commit after a few more changes.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.