/[suikacvs]/webroot/www/2004/html/html-content.pl
Suika

Diff of /webroot/www/2004/html/html-content.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by wakaba, Thu Sep 23 07:58:13 2004 UTC revision 1.4 by wakaba, Thu Dec 2 11:11:17 2004 UTC
# Line 79  our $LIST = [ Line 79  our $LIST = [
79        pre => q<%text>,        pre => q<%text>,
80        '%pre.exclusion' => q<img big small sub sup font>,        '%pre.exclusion' => q<img big small sub sup font>,
81        form => q<%body.content>,        form => q<%body.content>,
82          td => q<%body.content>,
83      },      },
84      minus => {      minus => {
85        a => q<a>,        a => q<a>,
# Line 111  our $LIST = [ Line 112  our $LIST = [
112        label => q<%inline>,        label => q<%inline>,
113        fieldset => q<#PCDATA legend %flow>,        fieldset => q<#PCDATA legend %flow>,
114        button => q<%flow>,        button => q<%flow>,
115          td => q<%flow>,
116      },      },
117      minus => {      minus => {
118        a => q<a>,        a => q<a>,
# Line 150  our $LIST = [ Line 152  our $LIST = [
152        label => q<%inline>,        label => q<%inline>,
153        fieldset => q<#PCDATA legend %flow>,        fieldset => q<#PCDATA legend %flow>,
154        button => q<%flow>,        button => q<%flow>,
155          td => q<%flow>,
156      },      },
157      minus => {      minus => {
158        a => q<a>,        a => q<a>,
# Line 188  our $LIST = [ Line 191  our $LIST = [
191        label => q<%text>,        label => q<%text>,
192        fieldset => q<#PCDATA legend %block %text address>,        fieldset => q<#PCDATA legend %block %text address>,
193        a => q<%text>,        a => q<%text>,
194          td => q<%table.content>,
195      },      },
196      minus => {      minus => {
197        form => q<form>,        form => q<form>,
# Line 232  our $LIST = [ Line 236  our $LIST = [
236                               applet img map %fontstyle %phrase %misc>,                               applet img map %fontstyle %phrase %misc>,
237        label => q<%Inline>,        label => q<%Inline>,
238        fieldset => q<#PCDATA legend %block form %inline %misc>,        fieldset => q<#PCDATA legend %block form %inline %misc>,
239          td => q<%Flow>,
240      },      },
241      minus => {      minus => {
242        a => q<a>,        a => q<a>,
# Line 276  our $LIST = [ Line 281  our $LIST = [
281                               applet img map %fontstyle %phrase %misc>,                               applet img map %fontstyle %phrase %misc>,
282        label => q<%Inline>,        label => q<%Inline>,
283        fieldset => q<#PCDATA legend %block form %inline %misc>,        fieldset => q<#PCDATA legend %block form %inline %misc>,
284          td => q<%Flow>,
285      },      },
286      minus => {      minus => {
287        a => q<a>,        a => q<a>,
# Line 319  our $LIST = [ Line 325  our $LIST = [
325                               %special %fontstyle %phrase %misc>,                               %special %fontstyle %phrase %misc>,
326        label => q<%Inline>,        label => q<%Inline>,
327        fieldset => q<#PCDATA legend %block form %inline %misc>,        fieldset => q<#PCDATA legend %block form %inline %misc>,
328          td => q<%Flow>,
329      },      },
330      minus => {      minus => {
331        a => q<a>,        a => q<a>,
# Line 369  our $LIST = [ Line 376  our $LIST = [
376                               applet img map %fontstyle %phrase %misc>,                               applet img map %fontstyle %phrase %misc>,
377        label => q<%Inline>,        label => q<%Inline>,
378        fieldset => q<#PCDATA legend %block form %inline %misc>,        fieldset => q<#PCDATA legend %block form %inline %misc>,
379          td => q<%Flow>,
380      },      },
381      minus => {      minus => {
382        a => q<a>,        a => q<a>,
# Line 419  our $LIST = [ Line 427  our $LIST = [
427                               applet img map %fontstyle %phrase %misc>,                               applet img map %fontstyle %phrase %misc>,
428        label => q<%Inline>,        label => q<%Inline>,
429        fieldset => q<#PCDATA legend %block form %inline %misc>,        fieldset => q<#PCDATA legend %block form %inline %misc>,
430          td => q<%Flow>,
431      },      },
432      minus => {      minus => {
433        a => q<a>,        a => q<a>,
# Line 464  our $LIST = [ Line 473  our $LIST = [
473                               %phrase %misc>,                               %phrase %misc>,
474        label => q<%Inline>,        label => q<%Inline>,
475        fieldset => q<#PCDATA legend %block form %inline %misc>,        fieldset => q<#PCDATA legend %block form %inline %misc>,
476          td => q<%Flow>,
477      },      },
478      minus => {      minus => {
479        a => q<a>,        a => q<a>,
# Line 533  our $LIST = [ Line 543  our $LIST = [
543        '%button.content' => q<#PCDATA %BlkNoForm.mix %InlStruct.class        '%button.content' => q<#PCDATA %BlkNoForm.mix %InlStruct.class
544                               %InlPhras.class %InlPres.class                               %InlPhras.class %InlPres.class
545                               %I18n.class %InlSpecial.class %Inline.extra>,                               %I18n.class %InlSpecial.class %Inline.extra>,
546          td => q<#PCDATA %Flow.mix>,
547      },      },
548    },    },
549    {    {
# Line 595  our $LIST = [ Line 606  our $LIST = [
606        '%button.content' => q<#PCDATA %BlkNoForm.mix %InlStruct.class        '%button.content' => q<#PCDATA %BlkNoForm.mix %InlStruct.class
607                               %InlPhras.class %InlPres.class                               %InlPhras.class %InlPres.class
608                               %I18n.class %InlSpecial.class %Inline.extra>,                               %I18n.class %InlSpecial.class %Inline.extra>,
609          td => q<#PCDATA %Flow.mix>,
610      },      },
611    },    },
612    {    {
# Line 616  our $LIST = [ Line 628  our $LIST = [
628        button => q<PCDATA Heading List Block Inline>,        button => q<PCDATA Heading List Block Inline>,
629        fieldset => q<PCDATA legend Flow>,        fieldset => q<PCDATA legend Flow>,
630        label => q<PCDATA Inline>,        label => q<PCDATA Inline>,
631          td => q<PCDATA Flow>,
632          'td#' => q<PCDATA Flow>,
633      },      },
634      minus => {      minus => {
635        a => q<a>,        a => q<a>,
# Line 623  our $LIST = [ Line 637  our $LIST = [
637        label => q<label>,        label => q<label>,
638        button => q<Form Formctrl>,        button => q<Form Formctrl>,
639        label => q<label>,        label => q<label>,
640          'td#' => q<table>,
641      },      },
642    },    },
643  ];  ];

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24