[WSG] Re: WSG Digest

2011-06-07 Thread Mevlana Sari
Scott,

That attribute is most likely being injected by your text editor. And it
most likely only has a meaning inside that editor You would find that if you
try to validate this page it will throw up unknown attribute error.

The following provides information on how browsers handle unknown attributes
and elements:

http://www.w3.org/html/wg/wiki/ThoughtExperimentInGracefulDegradation

Regards

Mevlana


On Wed, Jun 8, 2011 at 2:27 PM,  wrote:

> *
> WEB STANDARDS GROUP MAIL LIST DIGEST
> *
>
>
> From: Scott Elcomb 
> Date: Tue, 7 Jun 2011 14:18:11 -0400
> Subject: [Slightly OT]: hasbox tag attribute?
>
> Hi all,
>
> I've been trying to find more information about a tag attribute I
> wasn't really aware of until today, called 'hasbox'.  Originally I
> suspected Internet Explorer, but when I look in either of the Firebug
> or Google Chrome consoles, I'm seeing this attribute being injected on
> all kinds of tags.
>
> Here's what I think I know:
>
> * I don't believe apache is injecting this before sending to the
> client (I'll be /very/ surprised if that's the case)
> * I don't believe jQuery (used in the site's construction) is at
> fault; grep doesn't find "hasbox" in the source files.
> * Despite showing up across multiple browsers, I don't believe it's a
> standard attribute (documentation would be easier to locate)
>
> I've asked on stackoverflow, so far without response:
> 
>
> An appeal on twitter (linking to the above url) turned up nothing.
>
> Does anyone know what this attribute is/does and from whence it comes?
>
> TIA,
> --
>   Scott Elcomb
>   @psema4 on Twitter / Identi.ca
>
>   Atomic OS: Self Contained Microsystems
>   http://code.google.com/p/atomos/
>
>   Clerk of the Pirate Party of Canada
>   http://www.pirateparty.ca/
>
> **
> Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> **
>
>
>


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

[WSG] Re: WSG Digest

2011-05-12 Thread Mevlana Sari
Bob,

The following site may give you an idea:

http://javascript.about.com/library/blpoptest.htm

Basically, each popup
window has an 'opener'.
If the 'opener' exists, then user has come to the page via a popup, else the
user has come via another method.

Regards

Mevlana


On Fri, May 13, 2011 at 10:19 AM,  wrote:

> *
> WEB STANDARDS GROUP MAIL LIST DIGEST
> *
>
>
> From: Bob Schwartz 
> Date: Thu, 12 May 2011 11:14:59 +0200
> Subject: pop up windows and Google
>
> I have several sites where i use pop-up windows to present certain types
> of information.
>
> When someone does a Google search sometimes Google lists results from
> these pop-up pages.
>
> When the searcher clicks on the Google result he gets the pop-up window
> as a stand-alone page in his browser with no links to anywhere on the
> actual site.
>
> Savvy people would just delete the part after the domain in the url bar,
> hit enter and be at the site, but I'm discovering not all are savvy.
>
> So, is anyone aware of any clever javascript that would detect if the
> page had not been opened as a pop-up and write a link to the actual site
> (and not write the link if opened as a pop-up)?
> Or, any other suggestion (besides "don't use pop-ups")?
>
> Thank you,
>
> Bob Schwartz
>
>
> **
> Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> **
>
>
>


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***