[emacs-w3m:05662] rel attribute of anchor tag

TSUCHIYA Masatoshi <[email protected]>
Newsgroups gmane.emacs.w3m,gmane.comp.web.w3m.devel
Message-ID <[email protected]>
HTML4 

<!ELEMENT A - - (%inline;)* -(A)       -- anchor -->
<!ATTLIST A
  %attrs;                              -- %coreattrs, %i18n, %events --
  (snip)
  rel         %LinkTypes;    #IMPLIED  -- forward link types --
  (snip)
  >

 rel  <link> 


 emacs-w3m (= halfdump )




-- 
  ( TSUCHIYA Masatoshi )

Index: html.c
===================================================================
RCS file: /cvsroot/w3m/w3m/html.c,v
retrieving revision 1.24
diff -u -u -r1.24 html.c
--- html.c	18 Jun 2003 16:18:43 -0000	1.24
+++ html.c	11 Aug 2003 10:37:40 -0000
@@ -6,10 +6,10 @@
 #define ATTR_CORE	ATTR_ID
 #define MAXA_CORE	1
 unsigned char ALST_A[] = {
-    ATTR_NAME, ATTR_HREF, ATTR_CHARSET, ATTR_TARGET, ATTR_HSEQ, ATTR_REFERER,
+    ATTR_NAME, ATTR_HREF, ATTR_REL, ATTR_CHARSET, ATTR_TARGET, ATTR_HSEQ, ATTR_REFERER,
     ATTR_FRAMENAME, ATTR_TITLE, ATTR_ACCESSKEY, ATTR_CORE
 };
-#define MAXA_A		MAXA_CORE + 9
+#define MAXA_A		MAXA_CORE + 10
 unsigned char ALST_P[] = { ATTR_ALIGN, ATTR_CORE };
 #define MAXA_P		MAXA_CORE + 1
 unsigned char ALST_UL[] = { ATTR_START, ATTR_TYPE, ATTR_CORE };
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.