From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: HTML-Info design Date: Mon, 22 Dec 2014 15:17:11 +0100 Message-ID: References: <87388bnzha.fsf@newcastle.ac.uk> <87k31mdbhe.fsf@uwakimon.sk.tsukuba.ac.jp> <87tx0qiv45.fsf@fencepost.gnu.org> <87h9wqd3i5.fsf@uwakimon.sk.tsukuba.ac.jp> <87h9wqimf0.fsf@fencepost.gnu.org> <87y4q1fekv.fsf@fencepost.gnu.org> <87fvc858c6.fsf@uwakimon.sk.tsukuba.ac.jp> <87ioh4nf8k.fsf@ferrier.me.uk> <549806FB.1030008@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1419257896 10914 80.91.229.3 (22 Dec 2014 14:18:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Dec 2014 14:18:16 +0000 (UTC) Cc: Emacs-Devel devel To: Tom Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 22 15:18:11 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y33oI-00084U-Kc for ged-emacs-devel@m.gmane.org; Mon, 22 Dec 2014 15:18:10 +0100 Original-Received: from localhost ([::1]:40775 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y33oH-0004LR-OD for ged-emacs-devel@m.gmane.org; Mon, 22 Dec 2014 09:18:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y33o4-0004LJ-2v for emacs-devel@gnu.org; Mon, 22 Dec 2014 09:17:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y33o0-0000nF-BS for emacs-devel@gnu.org; Mon, 22 Dec 2014 09:17:56 -0500 Original-Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:63880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y33o0-0000nA-5M for emacs-devel@gnu.org; Mon, 22 Dec 2014 09:17:52 -0500 Original-Received: by mail-wi0-f174.google.com with SMTP id h11so8160962wiw.7 for ; Mon, 22 Dec 2014 06:17:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=DtXvMYp8mfBYaMbiJZN0U9MxqMgiWji8FROfJtmW1h0=; b=T2jIJHz711XJx7k2+jj66nwEsEMQSPGwNoqY4Ke8JrFvGOkap1keziGmYFD6rWzbDv xn/9a7AKKdKiGeMefv8lVTtbdZODHEC/FMtXjChbJmAShwcGkydLrND15KGlj53PeaRP oaix1M+jEMNFOESJMHGHkoJhV1erAbCIZcG1uJBJ+5jGxl20XiAc1QRKqj7cUXHNxzU+ wucPBr+FAFL6wx9cwWDqN8rZjzQtXr9DPRz0PHUKvYdUkr/k+5gtu+guYVB3aJ66wcYB /8uJn7zm+DRF1sPAdz0n7jI6mikpxyws42gwylk5tgr60vouGW+20tUhs+EY0MXtB3XY 85lA== X-Received: by 10.194.94.227 with SMTP id df3mr43418415wjb.34.1419257871423; Mon, 22 Dec 2014 06:17:51 -0800 (PST) Original-Received: by 10.194.93.228 with HTTP; Mon, 22 Dec 2014 06:17:11 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:180492 Archived-At: On Mon, Dec 22, 2014 at 2:57 PM, Tom wrote: > Jan Dj=C3=A4rv swipnet.se> writes: >> >> It does not work in Chrome, see attachment. This is one of the eternal >> problems with JS/HTML. >> > > It is not a problem with JS, it's a problem of browser platforms. > That's why we have JS libraries. > > Like when you want to write a cross platform GUI which works under > X, Windows, etc. then you don't start hand coding GUI widgets, > you use libraries like GTK or wxWidgets instead. > > So the platform differences should be handled by the library, not > the app, and if there is a problem on a platform then it is a bug > in the library which should be fixed there. Sure, but I do not think we need those JS libraries for something like this now. Just target HTML5.