On Fri, 24 Mar 2000, J. David Bryan wrote: > > Further to my report of 22 January, it appears that the > reason Tidy wraps when it shouldn't is a problem in lines > 682-683 of "pprint.c": > > else if (!attr->dict->nowrap || WrapAttVals) > wrappable = yes; > > If I understand this correctly, it means that wrapping of > attributes is performed if the internal "wrapping is prohibited" > flag is not set or the user has asked for wrapping. However, I > think the logic should be that wrapping is performed if the > internal "wrapping is prohibited" flag is not set AND the user > has asked for wrapping. In other words, if the user says, > "don't wrap," then wrapping should not be allowed. > > I think this change fixes the problem: > > else if (!attr->dict->nowrap && WrapAttVals) > wrappable = yes; Thanks. I seem to have already applied this change, at least in my development code base. Watch for the next release. Regards, -- Dave Raggett <dsr@w3.org> http://www.w3.org/People/Raggett tel/fax: +44 122 578 3011 (or 2521) +44 385 320 444 (mobile) World Wide Web Consortium (on assignment from HP Labs)Received on Thursday, 30 March 2000 13:40:31 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 2 June 2009 18:21:24 GMT