From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.143.39 with SMTP id sb7mr7229696obb.47.1411593412333; Wed, 24 Sep 2014 14:16:52 -0700 (PDT) X-Received: by 10.182.24.69 with SMTP id s5mr49169obf.16.1411593412174; Wed, 24 Sep 2014 14:16:52 -0700 (PDT) Path: buffer2.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!h15no5992418igd.0!news-out.google.com!rp1ni10156igb.0!nntp.google.com!h15no5992408igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 24 Sep 2014 14:16:51 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.176.73.77; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 66.176.73.77 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <186284cd-cf28-41a0-a18c-9d5d48514553@googlegroups.com> Subject: Re: Gnoga - The GNU Omnificent GUI for Ada From: David Botton Injection-Date: Wed, 24 Sep 2014 21:16:52 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:189141 Date: 2014-09-24T14:16:51-07:00 List-Id: Today's update :) This all sounds very HTMLy instead of GUI but that is because this is the gooey guts of Gnoga: View support and auto placing of elements in to views, most important CSS styles for GUI development bound. SVG control is there but SVG DOM bindings will come in the future. So outstanding on the basic DOM are 1) audio and video, 2) WebGL and 3) SVG Things missing but I may or may not add at any point, tables, inline elements like , etc. These can be added as content of DIV_Type and for interaction with them they should be in a Span_Type. I may consider tables, but more likely it will be in the form of some future child of View_Type that has interactivity etc.