Assignment 1 questions.


R. Clayton (rclayton@clayton.cs.monmouth.edu)
Wed, 17 Jan 2001 19:01:09 -0500 (EST)


  Should we assume that html text is not going passed into disable_font() in
  one piece.

Not quite. The html text may be passed to disable_font() in pieces. However,
it would not be correct to assume the html text is always passed to
disable_font() in pieces (that is, delete_font() should be able to handle html
text in one piece).

  If so, will the pieces be passed to disable_font() the same order as they are
  in the HTML text or will they be passed in differently.

The pieces will not be re-arranged; they will be passed to disable_font() in
the same order as they appear in the html text.



This archive was generated by hypermail 2.0b3 on Thu May 17 2001 - 12:00:05 EDT