Help - Search - Members - Calendar
Full Version: Unknown Attributes
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
djolenene
Hi everyone.
Recently found some attributes I never heard of,
as I was reading CSS 2.1 Specification on W3C web site, in the source code found
<a set="yes" linkindex="number" href="refs.html#ref-MATH20">,
I'm not aware of SET and LINKINDEX attributes,
and every anchor has those attributes included on W3C CSS 2.1, CSS 3, HTML 5 specification pages source code.
Recently was reading HTML 4 Spec. on W3C web site and don't remember
those attributes in the source code, today when I checked they were there,
SET attribute not as much as LINKINDEX, maybe I'm wrong for HTML 4.
Also found LINKINDEX on your web site as well Style guide for online hypertext,
but don't remember it from before. HTML 4 does not include those attributes in specification,
any way searched internet and nobody know anything about it,
some people complained that those attributes got somehow into their web site source code as it was being designed.
I would be grateful if someone can explain to me what they are.
pandy
I think some software on your machine rewrites the HTML source. Do you have some legit software that could be behind it? A firewall with annoying web-washing features or something like that? If not, I would scan for virus and malware.

Does this happen only to some pages you view or to all?


See here the source for http://www.htmlhelp.com/design/style/ as my browser gets it.
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<HTML>

<HEAD>

<META NAME="description" CONTENT="A discussion of stilistic points to address when writing HTML documents for the WWW.">

<META NAME="generator" CONTENT="Orb v1.3 for OS/2">

<META NAME="author" CONTENT="Arnoud Engelfriet">

<TITLE>Hypertext Style: Index</TITLE>

<LINK REV="made" HREF="mailto:galactus@htmlhelp.com" TITLE="Style guide feedback">

<LINK REL="StyleSheet" HREF="/style.css" TYPE="text/css">

</HEAD>



<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080" ALINK="#000080">



<!--top_ad_placeholder-->

<H2><a href="/"><IMG SRC="/icon/wdglogo.gif" WIDTH=250 HEIGHT=74 border=0 ALT="The Web Design Group"></a></H2>

<H1 ALIGN=CENTER>Style guide for online hypertext</H1>

Written by <A HREF="http://www.arnoud.engelfriet.net/">Arnoud Engelfriet</A>. Largely

based on Tim Berner-Lee's <A HREF="http://www.w3.org/Provider/Style/">style guide</A>.

<HR>



<div style="float: right" class=skyscraper>

<script type="text/javascript"><!--

google_ad_client = "pub-2290041319472908";

google_ad_width = 160;

google_ad_height = 600;

google_ad_format = "160x600_as";

google_ad_type = "text_image";

google_ad_channel ="3457420653";

google_color_border = "FFFFFF";

google_color_bg = "FFFFFF";

google_color_link = "0000FF";

google_color_url = "330000";

google_color_text = "000000";

//--></script>

<script type="text/javascript"

src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

</script>

</div>



<br clear=left>



<P>According to some of the search engines, there are now over thirty million documents on the Web. This means that almost every topic is covered in many locations. If a document is hard to read, or the information therein is hard to find, chances are your reader will go elsewhere instead. That's why it is important to make documents accessible to everyone. This style guide will hopefully help you write easy to read documents.



<H2><A NAME="terms">Terminology</A></H2>



<p>An HTML document (often also called <EM>Web page</EM>) is the unit by which information is provided to a reader. An on-line document can be as much as a whole book, just a chapter, a page or even only a footnote. In this guide, a set of documents which logically belong together is referred to as a <EM>site</EM>.



<P>This style guide requires some knowledge of HTML and the functionality of the Web. The WDG's <A HREF="http://www.htmlhelp.com/reference/wilbur/">HTML reference</A> discusses HTML elements mentioned in this guide in more detail.



<H2>Overview</H2>



<p>When writing for the Web, the documents usually become part of a larger collection. It's important that the site follows a common <A HREF="site-structure.html">structure</A> so all documents are available in a logical place. Of course, each individual document has its own <A HREF="docstruc.html">structure considerations</A> as well.



<P>For a document, the <A HREF="docstyle.html">style</A> is also very important. By using a common style, you ensure that a reader can use the site effectively. Some important aspects are <A HREF="docstyle-status.html">indicating the status</A> of the document, using <A HREF="docstyle-icons.html">images and icons</A>, and <A HREF="docstyle-no-online.html">writing in a device-independant way</A>. Also, don't forget to <A HREF="validate.html">validate</A> your documents!



<H2>Table of contents</H2>



<UL>

<LI><A HREF="structure.html">Structure of hypertext documents</A>

<UL>

<LI><A HREF="site-structure.html">The structure of a Web site</A>

<LI><A HREF="docstruc.html">The structure of a single document</A>

<UL>

<LI><A HREF="docstruc.html#docsize">Document size</A>

</UL>

</UL>

<LI><A HREF="refvscopy.html">Referring vs copying</A>

<LI><A HREF="docstyle.html">Document style</A>

<UL>

<LI><A HREF="docstyle-signit.html">Sign your documents</A>

<LI><A HREF="docstyle-status.html">Give its status</A>

<LI><A HREF="docstyle-no-context.html">Make it usable out of context</A>

<LI><A HREF="docstyle-icons.html">Images &amp; icons</A>

<LI><A HREF="docstyle-multi.html">Don't write for one browser</A>

<LI><A HREF="docstyle-tags.html">Use the right tag for the job</A>

<LI><A HREF="docstyle-no-online.html">Avoid online-only aspects</A>

<LI><A HREF="docstyle-mechanix.html">Don't bother with the mechanics</A>

</UL>

<LI><A HREF="validate.html">Validate the document</A>

</UL>



<P>A <A HREF="style.html">one-part</A> version of this style guide (37 KB) is also available.</p>



<br>

<HR>

<ADDRESS>

<B><A HREF="http://www.htmlhelp.com/"><IMG SRC="/icon/wdglogo-small.gif" WIDTH=105 HEIGHT=40 ALT="Web Design Group" ALIGN=RIGHT></A></B><BR>

<B>Last updated</B>: 30 Sep 1997<BR>

<A HREF="/copyright.html">Copyright</a> © 1996 - 2007. <A HREF="http://www.arnoud.engelfriet.net/">Arnoud Engelfriet</A>.<BR>

<B>E-mail</B>: <A HREF="mailto:galactus@htmlhelp.com">galactus@htmlhelp.com</A>.<BR>

</ADDRESS>



<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>

<script type="text/javascript">_uacct = "UA-251918-1"; urchinTracker();</script>



</BODY>

</HTML>
djolenene
And this is how I see that page
<html><head>





<meta name="description" content="A discussion of stilistic points to address when writing HTML documents for the WWW.">

<meta name="generator" content="Orb v1.3 for OS/2">

<meta name="author" content="Arnoud Engelfriet">

<title>Hypertext Style: Index</title>

<link rev="made" href="mailto:galactus@htmlhelp.com" title="Style guide feedback">

<link rel="StyleSheet" href="/style.css" type="text/css">

</head><body alink="#000080" bgcolor="#ffffff" link="#0000ff" text="#000000" vlink="#800080">



<!--top_ad_placeholder-->

<h2><a set="yes" linkindex="0" href="/"><img src="/icon/wdglogo.gif" alt="The Web Design Group" border="0" height="74" width="250"></a></h2>

<h1 align="center">Style guide for online hypertext</h1>

Written by <a linkindex="1" href="http://www.arnoud.engelfriet.net/">Arnoud Engelfriet</a>. Largely

based on Tim Berner-Lee's <a linkindex="2" href="http://www.w3.org/Provider/Style/">style guide</a>.

<hr>



<div style="float: right;" class="skyscraper">

<script type="text/javascript"><!--

google_ad_client = "pub-2290041319472908";

google_ad_width = 160;

google_ad_height = 600;

google_ad_format = "160x600_as";

google_ad_type = "text_image";

google_ad_channel ="3457420653";

google_color_border = "FFFFFF";

google_color_bg = "FFFFFF";

google_color_link = "0000FF";

google_color_url = "330000";

google_color_text = "000000";

//--></script>

<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

</script><script src="http://googleads.g.doubleclick.net/pagead/test_domain.js"></script><script>window.google_render_ad();</script><ins style="border: medium none ; margin: 0pt; padding: 0pt; display: inline-table; height: 600px; position: relative; visibility: visible; width: 160px;"><ins style="border: medium none ; margin: 0pt; padding: 0pt; display: block; height: 600px; position: relative; visibility: visible; width: 160px;"><iframe allowtransparency="true" hspace="0" id="google_ads_frame1" marginheight="0" marginwidth="0" name="google_ads_frame" src="http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-2290041319472908&dt=1233702773350&lmt=1190050819&format=160x600_as&output=html&correlator=1233702773350&channel=3457420653&url=http%3A%2F%2Fwww.htmlhelp.com%2Fdesign%2Fstyle%2F&color_bg=FFFFFF&color_text=000000&color_link=0000FF&color_url=330000&color_border=FFFFFF&ad_type=text_image&eid=30143020&frm=0&ga_vid=918657039914273900.1213571420&ga_sid=1233701560&ga_hid=648022988&ga_fc=true&flash=10.0.12&u_h=800&u_w=1280&u_ah=747&u_aw=1280&u_cd=32&u_his=1&u_java=true&u_nplug=28&u_nmime=115&dtd=14&w=160&h=600&xpc=5fEUyvfpMF&p=http%3A//www.htmlhelp.com" style="left: 0pt; position: absolute; top: 0pt;" vspace="0" frameborder="0" height="600" scrolling="no" width="160"></iframe></ins></ins>

</div>



<br clear="left">



<p>According to some of the search engines, there are now over thirty million documents on the Web. This means that almost every topic is covered in many locations. If a document is hard to read, or the information therein is hard to find, chances are your reader will go elsewhere instead. That's why it is important to make documents accessible to everyone. This style guide will hopefully help you write easy to read documents.



</p><h2><a name="terms">Terminology</a></h2>



<p>An HTML document (often also called <em>Web page</em>) is the unit by which information is provided to a reader. An on-line document can be as much as a whole book, just a chapter, a page or even only a footnote. In this guide, a set of documents which logically belong together is referred to as a <em>site</em>.




</p><p>This style guide requires some knowledge of HTML and the functionality of the Web. The WDG's <a set="yes" linkindex="3" href="http://www.htmlhelp.com/reference/wilbur/">HTML reference</a> discusses HTML elements mentioned in this guide in more detail.



</p><h2>Overview</h2>



<p>When writing for the Web, the documents usually become part of a larger collection. It's important that the site follows a common <a linkindex="4" href="site-structure.html">structure</a> so all documents are available in a logical place. Of course, each individual document has its own <a linkindex="5" href="docstruc.html">structure considerations</a> as well.



</p><p>For a document, the <a linkindex="6" href="docstyle.html">style</a> is also very important. By using a common style, you ensure that a reader can use the site effectively. Some important aspects are <a linkindex="7" href="docstyle-status.html">indicating the status</a> of the document, using <a linkindex="8" href="docstyle-icons.html">images and icons</a>, and <a linkindex="9" href="docstyle-no-online.html">writing in a device-independant way</a>. Also, don't forget to <a linkindex="10" href="validate.html">validate</a> your documents!




</p><h2>Table of contents</h2>



<ul>

<li><a linkindex="11" href="structure.html">Structure of hypertext documents</a>

<ul>

<li><a linkindex="12" href="site-structure.html">The structure of a Web site</a>

</li><li><a linkindex="13" href="docstruc.html">The structure of a single document</a>

<ul>

<li><a linkindex="14" href="docstruc.html#docsize">Document size</a>

</li></ul>

</li></ul>

</li><li><a linkindex="15" href="refvscopy.html">Referring vs copying</a>

</li><li><a linkindex="16" href="docstyle.html">Document style</a>

<ul>

<li><a set="yes" linkindex="17" href="docstyle-signit.html">Sign your documents</a>

</li><li><a set="yes" linkindex="18" href="docstyle-status.html">Give its status</a>

</li><li><a set="yes" linkindex="19" href="docstyle-no-context.html">Make it usable out of context</a>

</li><li><a set="yes" linkindex="20" href="docstyle-icons.html">Images & icons</a>

</li><li><a linkindex="21" href="docstyle-multi.html">Don't write for one browser</a>

</li><li><a set="yes" linkindex="22" href="docstyle-tags.html">Use the right tag for the job</a>

</li><li><a linkindex="23" href="docstyle-no-online.html">Avoid online-only aspects</a>

</li><li><a linkindex="24" href="docstyle-mechanix.html">Don't bother with the mechanics</a>

</li></ul>

</li><li><a linkindex="25" href="validate.html">Validate the document</a>

</li></ul>


<p>A <a linkindex="26" href="style.html">one-part</a> version of this style guide (37 KB) is also available.</p>



<br>

<hr>

<address>

<b><a linkindex="27" href="http://www.htmlhelp.com/"><img src="/icon/wdglogo-small.gif" alt="Web Design Group" align="right" height="40" width="105"></a></b><br>

<b>Last updated</b>: 30 Sep 1997<br>

<a linkindex="28" href="/copyright.html">Copyright</a> © 1996 - 2007. <a linkindex="29" href="http://www.arnoud.engelfriet.net/">Arnoud Engelfriet</a>.<br>

<b>E-mail</b>: <a href="mailto:galactus@htmlhelp.com">galactus@htmlhelp.com</a>.<br>

</address>



<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>

<script type="text/javascript">_uacct = "UA-251918-1"; urchinTracker();</script>



</body></html>

I just realized that if I view page source those attributes are not there,
but if I select some text and view selection source those attributes are there
on whole page. I use Flock browser and got many ad on's installed,
one of them is called Web Developer and can be downloaded from
http://chrispederick.com/work/web-developer/
very useful thing, u can separate anchors, outline block elements, view response headers
and many other things. And it is same thing in Firefox 3, got same ad-on's installed.
As I'm writing these tried other browsers without those ad-on's and everything is normal.
It must be that, scanning for viruses every two days.
What do you think.




pandy
I don't have FF installed now and don't remeber how Webdeveloper's view source works, but maybe it views rendered source, i.e. with JS interpreted. There used to be a FF extension called View Rendered Source, maybe they've baked that one in. Possibly some other extension or another part if Webdeveloper injects those attributes. Something that lists the links on the page maybe?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.