From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Edward O'Connor" Newsgroups: gmane.emacs.help Subject: Re: p tags and indenting in Html Mode Date: Tue, 1 Sep 2009 15:31:59 -0700 Message-ID: <3b31caf90909011531w2c19c725x56529b38e184671@mail.gmail.com> References: <7ctyzop7gg.fsf@pbourguignon.anevia.com> <4A9BDD34.9030706@eku.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1251844885 17621 80.91.229.12 (1 Sep 2009 22:41:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Sep 2009 22:41:25 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Tyler Smith Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 02 00:41:18 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mic2P-0002M5-SQ for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Sep 2009 00:41:18 +0200 Original-Received: from localhost ([127.0.0.1]:43098 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mic2P-00036Q-77 for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Sep 2009 18:41:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mibtu-0004Iw-IY for help-gnu-emacs@gnu.org; Tue, 01 Sep 2009 18:32:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mibtp-0004Fj-1V for help-gnu-emacs@gnu.org; Tue, 01 Sep 2009 18:32:29 -0400 Original-Received: from [199.232.76.173] (port=46186 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mibto-0004FE-B3 for help-gnu-emacs@gnu.org; Tue, 01 Sep 2009 18:32:24 -0400 Original-Received: from mail-vw0-f178.google.com ([209.85.212.178]:42555) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mibtl-0007cf-Dn for help-gnu-emacs@gnu.org; Tue, 01 Sep 2009 18:32:22 -0400 Original-Received: by vws8 with SMTP id 8so385495vws.14 for ; Tue, 01 Sep 2009 15:32:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=IINAkG68p458J5BhOAaMPZG4oUMhoC7abXsnJE8Q0Ek=; b=ltbXHMKIWpKo7L+gxvzK7pED9huJH4kAEE7Jnfa6qP5fpLqMu97Keu2fkKoCdw9R3T 1GofB6NnUYca8e3dsyoo1QWHOM/ZT4C5Z8N8u38oesloe9RugaqeQEQ3gaOwoGYGAPun qjVrwqt7UUr9tNE45gum8POtipFsIH6ZlK0f0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=myOAL4SBLe05Xu1KWwK5ZQWEcKEhDlT/a1wMY9eUVTRHIc7gEihoO0QBb5lEbz/Oqa rlg34eRSPOwSgP9dfT5M7jFzMxfH/jsSuE06O12vdtKoh4BmVs4FWzWmeyp5InXXH5c/ BMFfOXBiSirA3LHJEEQpfMHydAjnhdvCjBYn4= Original-Received: by 10.220.78.103 with SMTP id j39mr9484175vck.78.1251844339126; Tue, 01 Sep 2009 15:32:19 -0700 (PDT) In-Reply-To: <4A9BDD34.9030706@eku.edu> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:67717 Archived-At: > As an off-topic aside, is xhtml still moving forward? I thought the W3C had > recently decided to ditch it in favor of html 5? That's not quite what's happened, no. HTML5 defines HTML as an abstract DOM language with two serializations: one serialization is compatible with legacy HTML handling, and one is XML. This latter serialization is called XHTML5. XHTML2, on the other hand, was a backwards-incompatible, XML-based hypertext document format that unfortunately shared the letters H, T, M, and L in its name with the HTML and XHTML you know and love. It's this language, XHTML2, whose working group has been EOLed by the W3C. HTH. Ted