You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

STATUS 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. **** COMMITTERS ****
  2. Arved Sandstrom (release coordinator)
  3. James Tauber (started it all and wrote most of the code)
  4. Kelly Campbell
  5. Steven Coffman
  6. Stanislav Gorkhover
  7. Fotis Jannidis
  8. Karen Lease
  9. Keiron Liddle
  10. Jordan Naftolin
  11. Eric Schaeffer
  12. Jon Smirl
  13. **** THINGS WORKED ON *****
  14. refactoring properties [Karen Lease]
  15. region-start, region-end, writing-mode, tests [Arved Sandstrom]
  16. upgrading svg (producing the dom in a new way and render that dom),
  17. refactoring of line area (not immediately) [Keiron Liddle]
  18. integrating Avalon and Fop [Steven Coffman]
  19. docs, examples [Fotis Jannidis]
  20. **** THINGS TO DO ****
  21. Support XSL Candidate Release
  22. first target is basic conformance
  23. 1.One category of tasks will be to implement missing formatting objects.
  24. basic
  25. fo:declarations
  26. fo:multi-case
  27. fo:table-and-caption
  28. extended
  29. fo:bidi-override
  30. fo:color-profile
  31. fo:float
  32. fo:initial-property-set
  33. fo:inline-container
  34. fo:marker
  35. fo:multi-properties
  36. fo:multi-property-set
  37. fo:multi-switch
  38. fo:multi-toggle
  39. fo:region-end
  40. fo:region-start
  41. fo:retrieve-marker
  42. fo:table-caption
  43. fo:title
  44. 2. A not insignificant, category of tasks is to decide upon and
  45. implement all reasonable properties required by the specification. This
  46. also means that at this point, until further review, no FO can be considered
  47. to be compliant.
  48. This are the properties which must be implemented to reach basic conformance
  49. a) CHANGED
  50. space-after.optimum (Incomplete)
  51. space-before.optimum (Incomplete)
  52. keep-with-next (Changed)
  53. b) NEW
  54. alignment-adjust
  55. alignment-baseline
  56. baseline-shift
  57. block-progression-dimension
  58. border-after-precedence
  59. border-before-precedence
  60. border-end-precedence
  61. border-start-precedence
  62. clip
  63. content-type
  64. direction
  65. display-align
  66. dominant-baseline
  67. font-variant
  68. format
  69. grouping-separator
  70. grouping-size
  71. inline-progression-dimension
  72. keep-with-next
  73. keep-with-previous
  74. letter-value
  75. line-stacking-strategy
  76. number-columns-repeated
  77. number-columns-spanned
  78. number-rows-spanned
  79. orphans
  80. overflow
  81. reference-orientation
  82. relative-align
  83. role
  84. source-document
  85. space-after (full)
  86. space-before (full)
  87. space-end
  88. space-start
  89. visibility
  90. widows
  91. writing-mode
  92. z-index
  93. 3. A third category of tasks is the ongoing effort to promote maintainability,
  94. write more and better documentation, and to refine the build process.
  95. a) add examples. In examples/fo there should be at least one file for each
  96. supported flow object showing the use of all properties applying to it.