diff options
author | Patrick Simianer <p@simianer.de> | 2010-08-17 16:25:40 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2010-08-17 16:25:40 +0200 |
commit | 7389294e858981c8de13de22f78623349f713e45 (patch) | |
tree | 6ac7e1433b1f78d53349f325a322b8d67e92c5a0 /regexvis.html | |
parent | c272506529ea5fde9352a600417b2eaa6a230a6a (diff) |
minor nmodifications, webkit compatibility
Diffstat (limited to 'regexvis.html')
-rw-r--r-- | regexvis.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/regexvis.html b/regexvis.html index 22c0a95..e2f6ed7 100644 --- a/regexvis.html +++ b/regexvis.html @@ -39,7 +39,7 @@ <!-- meta --> <div id="top"> - <a id="reloadButton" class="message gray grayc" href='#' />Reload</a> + <a id="reloadButton" class="message gray grayc" href='#'>Reload</a> <a id="descButton" class="message gray grayc" href="#">Description</a> <span id="desc">This is a little tool to visualize <a href="http://en.wikipedia.org/wiki/Regular_expression">regular expressions</a> @@ -61,6 +61,14 @@ </ul> The user interface should be self explanatory and fail safe but you can obtain help for each step by hovering over The corresponding <span style="font-family:Courier">?</span> symbol. If something goes wrong just click <em>Reload</em>. + <p class="small"><strong>Browser compatibility:</strong> + <ul> + <li><em>Firefox</em> (3): full functionality</li> + <li><em>Opera</em> (10): full functionality</li> + <li><em>WebKit (Safari/Chrome)</em>: backspace in graphical simulation does not work</li> + <li><em>Internet Explorer:</em> unknown, probably none</li> + </ul> + </p> <p class="small r">Click <em>Description</em> again to hide this text.</p> </span> </div> |