home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / lib / libstyle / csstab.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-08  |  1.9 KB  |  72 lines

  1. /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public License
  4.  * Version 1.0 (the "NPL"); you may not use this file except in
  5.  * compliance with the NPL.  You may obtain a copy of the NPL at
  6.  * http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  9.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10.  * for the specific language governing rights and limitations under the
  11.  * NPL.
  12.  *
  13.  * The Initial Developer of this code under the NPL is Netscape
  14.  * Communications Corporation.  Portions created by Netscape are
  15.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16.  * Reserved.
  17.  */
  18.  
  19. typedef union {
  20.   css_node binary_node;
  21. } YYSTYPE;
  22. #define    NUMBER    258
  23. #define    STRING    259
  24. #define    PERCENTAGE    260
  25. #define    LENGTH    261
  26. #define    EMS    262
  27. #define    EXS    263
  28. #define    IDENT    264
  29. #define    HEXCOLOR    265
  30. #define    URL    266
  31. #define    RGB    267
  32. #define    CDO    268
  33. #define    CDC    269
  34. #define    IMPORTANT_SYM    270
  35. #define    IMPORT_SYM    271
  36. #define    DOT_AFTER_IDENT    272
  37. #define    DOT    273
  38. #define    LINK_PSCLASS    274
  39. #define    VISITED_PSCLASS    275
  40. #define    ACTIVE_PSCLASS    276
  41. #define    LEADING_LINK_PSCLASS    277
  42. #define    LEADING_VISITED_PSCLASS    278
  43. #define    LEADING_ACTIVE_PSCLASS    279
  44. #define    FIRST_LINE    280
  45. #define    FIRST_LETTER    281
  46. #define    WILD    282
  47. #define    BACKGROUND    283
  48. #define    BG_COLOR    284
  49. #define    BG_IMAGE    285
  50. #define    BG_REPEAT    286
  51. #define    BG_ATTACHMENT    287
  52. #define    BG_POSITION    288
  53. #define    FONT    289
  54. #define    FONT_STYLE    290
  55. #define    FONT_VARIANT    291
  56. #define    FONT_WEIGHT    292
  57. #define    FONT_SIZE    293
  58. #define    FONT_NORMAL    294
  59. #define    LINE_HEIGHT    295
  60. #define    LIST_STYLE    296
  61. #define    LS_TYPE    297
  62. #define    LS_NONE    298
  63. #define    LS_POSITION    299
  64. #define    BORDER    300
  65. #define    BORDER_STYLE    301
  66. #define    BORDER_WIDTH    302
  67. #define    FONT_SIZE_PROPERTY    303
  68. #define    FONTDEF    304
  69.  
  70.  
  71. extern YYSTYPE css_lval;
  72.