• Shortcuts : 'n' next unread feed - 'p' previous unread feed • Styles : 1 2

» Publishers, Monetize your RSS feeds with FeedShow:  More infos  (Show/Hide Ads)


Date: Thursday, 25 Dec 2008 17:06

ПКЕ — 50.

Author: "--" Tags: "music"
Send by mail Print  Save  Delicious 
Date: Tuesday, 04 Mar 2008 08:44

We’ve decided that IE8 will, by default, interpret web content in the most standards compliant way it can. This decision is a change from what we’ve posted previously.

Dean Hachamovitch: Microsoft’s Interoperability Principles and IE8

Author: "--" Tags: "dhtml, webb"
Send by mail Print  Save  Delicious 
Date: Thursday, 24 Jan 2008 10:38

HTML5 очень большой упор делает на обратную совместимость. Поэтому такие вещи, как например элемент <dialog>, можно использовать прямо сейчас: они добавляют новую семантику, и новые браузеры могут делать с ними что-то интересное, но и старые браузеры будут показывать что-то вменяемое. Но есть и другие элементы — например новые виды разделов, среди которых <footer>, <header>, <aside> — которые просто тянет использовать, но не получается. В IE6 и IE7 эти элементы неизвестны, браузер их игнорирует. Причем игнорирует настолько, что даже не дает назначить им в CSS ни одного свойства. А это значит, что <header> не получится даже заставить отображаться как блок, он будет вести себя как строчный элемент. Другими словами, использовать этот элемент сейчас можно, только если автору не интересно показывать страницу пользователям IE.

Иван Сагалаев: IE8 и HTML5

Решение есть. Правда, как обычно, через одно место.

Btw, if you want CSS rules to apply to unknown elements in IE, you just have to do document.createElement(elementName). This somehow lets the CSS engine know that elements with that name exist.

Sjoerd Visscher

<html>
<head>
<style>
  header, footer, section {
    margin: 20px 0;
    border: 1px solid black;
    display: block;
  }
  article {
    display: block;
    border: 5px solid green;
    margin: 10px;
  }
</style>
<script>
  var el, els = 'header,footer,section,article'.split(',')
  while ((el = els.pop()))
    document.createElement(el)
</script>
</head>
<body>
  <header>
    <h1>...</h1>
  </header>
  
  <section>               
    <article>
      <h2>...</h2>
      <p>...</p>
    </article>
  </section>
  
  <footer>
    <p><small>...</small></p>
  </footer>
</body>
</html>
Author: "--" Tags: "css, dhtml"
Send by mail Print  Save  Delicious 
Date: Wednesday, 23 Jan 2008 09:49

У меня некоторая часть ленты сегодня состояла из сплошного IE8, а читать пока времени нет (как будто потом время появится, ага)

Author: "--" Tags: "dhtml, webb"
Send by mail Print  Save  Delicious 
Date: Wednesday, 16 Jan 2008 19:55

Яндекс.Бар на украинском: Firefox найкраще смакує з Яндекс.Баром

Author: "--" Tags: "soft"
Send by mail Print  Save  Delicious 
Date: Thursday, 20 Dec 2007 07:39

Я правильно понял, что теперь, помимо «quirks», «standards» и «almost standards», будет ещё и «IE8 standards mode», включающийся тэгом-костылём в <head/>?

«a number of innovative and beneficial features», «with respect to standards», «new web», «Acid2» — это всё, конечно, хорошо, но… Терзают смутные сомнения, что «новых» вещей типа SVG/Canvas так и не дадут; как и фиксов старых (уже без кавычек) мелочей вроде "wtf?".substr(-1) (не говоря уже о чём-то большем).

Хотя кто знает. «We will have more to share about specific standards supported in the near future». Поживём — увидим. Может и правда зашевелились.

Author: "--" Tags: "dhtml, webb"
Send by mail Print  Save  Delicious 
Date: Tuesday, 04 Sep 2007 11:50

Сразу выцепил взглядом

Added support for using SVGs in img elements and the CSS background-image and list-style-image properties

Changelog for Opera 9.50 Alpha 1 for UNIX

js getters/setters, getElementsByClassName, css text-shadow, selectors, overflow-x/y. И пр.

Author: "--" Tags: "css, dhtml, soft"
Send by mail Print  Save  Delicious 
Date: Saturday, 28 Jul 2007 14:59

А nsIThread::interrupt — хрен, да? В Fx3 shutdown вроде делает своё дело, а Fx2 interrupt по барабану. Печаль моя темна.

Author: "--" Tags: "dhtml"
Send by mail Print  Save  Delicious 
Date: Friday, 22 Jun 2007 16:58

Bug 9101 (shy). 1999-06-30 – 2007-06-21+ (ещё чуть-чуть).

Author: "--" Tags: "dhtml"
Send by mail Print  Save  Delicious 
Date: Saturday, 02 Jun 2007 15:05

Весной купил велосипед и фотоаппарат. Время от времени буду пополнять альбом «Тольятти».

Фотографировать я не умею.

АВТОВАЗ — гордость России!
Author: "--" Tags: "mycity"
Send by mail Print  Save  Delicious 
Date: Monday, 16 Apr 2007 18:40

Невероятно. Жена читает Хабр и ЖЖ.

Но пока продолжает отказываться от предложения завести свой блог.

Author: "--" Tags: "misc"
Send by mail Print  Save  Delicious 
» You can also retrieve older items : Read
» © All content and copyrights belong to their respective authors.«
» © FeedShow - Online RSS Feeds Reader