On Fri, Oct 2, 2009 at 3:58 PM, Keith Lazuka <[email protected]> wrote: > My previous patch to make $subsection links render such that the word > name and the stack effect are presented as a single presentation does > not work well when the formatted stream is an html-writer.
Please test patches with HTML output more carefully in the future! > So what I would like to do is introduce a new combinator/sub-stream: > with-span and make-span-substream. This new sub-stream will apply its > style when the stream is disposed rather than when write/format are > called. I haven't sat down to implement it yet, but I was hoping to > get a little guidance before I started. Do you think this is the right > way to solve the problem? If so, what do I need to do to make such a > substream render inline when disposed? How about just tweaking the HTML output to do something other than a div, or use CSS to style the div differently? I'd prefer not to add a new combinator and keep the current semantics. Consider what UI panes do with styled output to be the 'reference' implementation; html streams shoudl emulate this as closely as possible. Slava ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
