From flex-dev-return-6190-apmail-incubator-flex-dev-archive=incubator.apache.org@incubator.apache.org Thu Mar 8 21:40:47 2012 Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 864339CB1 for ; Thu, 8 Mar 2012 21:40:47 +0000 (UTC) Received: (qmail 82328 invoked by uid 500); 8 Mar 2012 21:40:47 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 82268 invoked by uid 500); 8 Mar 2012 21:40:46 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 82253 invoked by uid 99); 8 Mar 2012 21:40:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2012 21:40:46 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.210.175] (HELO mail-iy0-f175.google.com) (209.85.210.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2012 21:40:37 +0000 Received: by iaag37 with SMTP id g37so1187333iaa.6 for ; Thu, 08 Mar 2012 13:40:16 -0800 (PST) Received: by 10.50.216.231 with SMTP id ot7mr10366787igc.8.1331242816614; Thu, 08 Mar 2012 13:40:16 -0800 (PST) Received: from [192.168.0.4] (124-149-169-202.dyn.iinet.net.au. [124.149.169.202]) by mx.google.com with ESMTPS id zv10sm15325217igb.13.2012.03.08.13.40.15 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 08 Mar 2012 13:40:16 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1257) Subject: Re: [PROPOSAL] html template From: Justin Mclean In-Reply-To: Date: Fri, 9 Mar 2012 08:40:10 +1100 Content-Transfer-Encoding: quoted-printable Message-Id: <341FE2AA-8CF5-4F45-B423-FA1C078AAA37@classsoftware.com> References: To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1257) X-Gm-Message-State: ALoCoQkEi4+4ddYGm7RYm+C87nIopindIkr9vu0mqvG4bRaHk31dqN5wakdvnUTnhmAElOsdw6pS X-Virus-Checked: Checked by ClamAV on apache.org Hi Alex, > OK, but keep in mind that any line of code or entire files can be = removed > before Adobe donates it if legal requires it. Understand.=20 We are talking about a fairly simple HTML file here - about 20 lines of = real "code" once you remove the formatting and comments. I can't see any = changes that Adobe may make before donation to that file making it that = hard to work with. Perhaps I'm just an optimist? As well as the doctype change I'd like to see the conditional comments = removed (if at all possible) they are generally seen as poor practice = these days. Conditional comments support is changing in IE10 so we may = have to do something there anyway. Thanks, Justin=