Logo comment for mobileOK 1.0 Working Draft

Hello,

In the mobileOK 1.0 draft, label [1] appears to be the source of
authenticity. Have you considered a lightweight text-based logo styled
in CSS? From 1.4.3 Visual Representation [2]:

  "Content which bears a mobileOK label may optionally advertise this
   by displaying a mobileOK logo (to be produced)..."

The example below condensed is about 200 bytes. A CSS expert can improve
on that no doubt. :-). I don't know if the mobileOK mark is meant to be
a service mark, or a trademark or if the strings would need to be
protected by patent, copyright or trade or service mark registration.
Apologies in advance if I misunderstood, and the spec means that the
logo itself needs to be hard to forge.

<a id="mobileOK"
   href="http://www.example.com/mobileOK/#id4485358">mobileOKā„¢</a>

a#mobileOK {
  margin-left: 0;
  padding: 0.05% 0.3%;
  background: #fff;
  color: #093;
  text-decoration: none;
  font: bold smaller sans-serif;
}

[1] http://www.w3.org/TR/mobileOK/#id4477838
[2] http://www.w3.org/TR/mobileOK/#id4485358

-- 
Susan Lesch           http://www.w3.org/People/Lesch/
mailto:lesch@w3.org               tel:+1.612.216.2436
World Wide Web Consortium (W3C)    http://www.w3.org/

Received on Friday, 28 July 2006 02:58:16 UTC