My unsubstantiated gut feeling is that they might be using it and they
don't know it. In ASPNet you deal with higher-level, say datagrid,
trees, pager objects. What html they generate you don't care.

This fear stems from seeing that class sports a factory-like method:
CreateHtmlTextWriter(). The documentation about HtmlTextWriter says:

"The HtmlTextWriter class is used to render HTML 4.0 to desktop
browsers. The HtmlTextWriter is also the base class for all markup
writers in the System.Web.UI namespace, including the ChtmlTextWriter,
Html32TextWriter, and XhtmlTextWriter classes. These classes are used
to write the elements, attributes, and style and layout information
for different types of markup. In addition, these classes are used by
the page and control adapter classes that are associated with each
markup language.

In most circumstances, ASP.NET automatically uses the appropriate
writer for the requesting device. However, if you create a custom text
writer or if you want to specify a particular writer to render a page
for a specific device, you must map the writer to the page in the
controlAdapters section of the application .browser file."


On Oct 23, 2:06 pm, Peter Kasting <[email protected]> wrote:
> On Fri, Oct 23, 2009 at 2:04 PM, cpu <[email protected]> wrote:
> > Do we care about this? care as in crafting a test to detect
> > regressions?
>
> How much we care is probably directly proportional to how much real web
> developers use this.
>
> PK
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to